mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
minor styling fix
This commit is contained in:
parent
027dd528db
commit
af6ebff5ca
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user