diff --git a/plinth/modules/config/config.py b/plinth/modules/config/config.py index a39173323..7404e8fd9 100644 --- a/plinth/modules/config/config.py +++ b/plinth/modules/config/config.py @@ -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)