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( language = forms.ChoiceField(
label=ugettext_lazy('Language'), label=ugettext_lazy('Language'),
help_text=\ help_text=\
ugettext_lazy('Language for this freedombox web administration ' ugettext_lazy('Language for this FreedomBox web administration '
'interface'), 'interface'),
required=False, required=False,
choices=settings.LANGUAGES) choices=settings.LANGUAGES)