minor styling fix

This commit is contained in:
James Valleroy 2015-11-22 11:20:29 -05:00
parent 027dd528db
commit af6ebff5ca

View File

@ -120,7 +120,7 @@ class ConfigurationForm(forms.Form):
language = forms.ChoiceField(
label=ugettext_lazy('Language'),
help_text=\
ugettext_lazy('Language for this freedombox web administration '
ugettext_lazy('Language for this FreedomBox web administration '
'interface'),
required=False,
choices=settings.LANGUAGES)