Commit 3718c28f authored by Michal Čihař's avatar Michal Čihař

Consistent label with others

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 3d61acb0
...@@ -73,7 +73,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -73,7 +73,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
verbose_name=ugettext_lazy('Project'), verbose_name=ugettext_lazy('Project'),
) )
repo = models.CharField( repo = models.CharField(
verbose_name=ugettext_lazy('Git repository'), verbose_name=ugettext_lazy('Source code repository'),
max_length=200, max_length=200,
help_text=ugettext_lazy( help_text=ugettext_lazy(
'URL of Git repository, use weblate://project/resource ' 'URL of Git repository, use weblate://project/resource '
......
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