Commit fff18268 authored by Dieter Adriaenssens's avatar Dieter Adriaenssens

fix typo; improve message

parent 6573f435
...@@ -221,7 +221,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -221,7 +221,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
blank=True, blank=True,
choices=POST_UPDATE_SCRIPT_CHOICES, choices=POST_UPDATE_SCRIPT_CHOICES,
help_text=ugettext_lazy( help_text=ugettext_lazy(
'Script to be executed afrer receiving repository update, ' 'Script to be executed after receiving a repository update, '
'please check documentation for more details.' 'please check documentation for more details.'
), ),
) )
......
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