Commit 0875fe45 authored by Dieter Adriaenssens's avatar Dieter Adriaenssens

add full stop (.) to make identical to another message

parent e3c6e288
......@@ -71,7 +71,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
slug = models.SlugField(
verbose_name=ugettext_lazy('URL slug'),
db_index=True,
help_text=ugettext_lazy('Name used in URLs and file names')
help_text=ugettext_lazy('Name used in URLs and file names.')
)
project = models.ForeignKey(
Project,
......
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