From af6ebff5ca137e1f1b847e6e3f0ca5be4fef6cad Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 22 Nov 2015 11:20:29 -0500 Subject: [PATCH] minor styling fix --- plinth/modules/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)