Commit 6aa3ebc5 authored by Michal Čihař's avatar Michal Čihař

Add help for push_on_commit

parent 8cfcce24
......@@ -118,7 +118,10 @@ class Project(models.Model):
default = 'noreply@weblate.org'
)
push_on_commit = models.BooleanField(default = False)
push_on_commit = models.BooleanField(
default = False,
help_text = ugettext_lazy('Whether the repository should be pushed upstream on every commit.'),
)
class Meta:
ordering = ['name']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment