Skip to content

Commit

Permalink
clarification of suggestion settings
Browse files Browse the repository at this point in the history
this clarification is based on the suggestion from @pierotofy. Thanks!
  • Loading branch information
orangesunny authored Dec 20, 2020
1 parent f926398 commit f84e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/trans/models/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ class Component(FastDeleteModelMixin, models.Model, URLMixin, PathMixin, CacheKe
suggestion_voting = models.BooleanField(
verbose_name=gettext_lazy("Suggestion voting"),
default=False,
help_text=gettext_lazy("Whether users can vote for suggestions."),
help_text=gettext_lazy("Users can only vote for suggestions and can’t make direct translations."),

This comment has been minimized.

Copy link
@pierotofy

pierotofy Dec 20, 2020

That's awesome! ❤️

)
suggestion_autoaccept = models.PositiveSmallIntegerField(
verbose_name=gettext_lazy("Autoaccept suggestions"),
Expand Down

0 comments on commit f84e6bf

Please sign in to comment.