Commit 21400269 authored by Dieter Adriaenssens's avatar Dieter Adriaenssens

improve string

parent e5dd4acc
...@@ -735,7 +735,7 @@ class CheckFlagsForm(forms.Form): ...@@ -735,7 +735,7 @@ class CheckFlagsForm(forms.Form):
label=_('Check flags'), label=_('Check flags'),
required=False, required=False,
help_text=_( help_text=_(
'Please enter comma separated list of check flags, ' 'Please enter a comma separated list of check flags, '
'see <a href="{url}">documentation</a> for more details.' 'see <a href="{url}">documentation</a> for more details.'
).format( ).format(
url=weblate.get_doc_url('admin/checks', 'custom-checks') url=weblate.get_doc_url('admin/checks', 'custom-checks')
......
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