From c336c36431bc230f0df5f09945a14ce9f36cc10e Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 25 May 2018 12:00:46 +0200 Subject: [PATCH] authentic: clarify Role details frontoffice usage (#24089) --- hobo/agent/authentic2/locale/fr/LC_MESSAGES/django.po | 8 ++++---- hobo/agent/authentic2/role_forms.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hobo/agent/authentic2/locale/fr/LC_MESSAGES/django.po b/hobo/agent/authentic2/locale/fr/LC_MESSAGES/django.po index e4be407..bd9ea23 100644 --- a/hobo/agent/authentic2/locale/fr/LC_MESSAGES/django.po +++ b/hobo/agent/authentic2/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: hobo 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-21 11:50+0000\n" +"POT-Creation-Date: 2018-05-25 09:58+0000\n" "PO-Revision-Date: 2016-01-23 15:06+0100\n" "Last-Translator: Frederic Peters \n" "Language: French\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: hobo/agent/authentic2/management/commands/hobo_deploy.py:176 +#: hobo/agent/authentic2/management/commands/hobo_deploy.py:174 #, python-format msgid "Superuser of %s" msgstr "Administrateur de %s" @@ -31,8 +31,8 @@ msgid "Item {0} is invalid: {1}" msgstr "L'élément {0} est invalide: {1}" #: hobo/agent/authentic2/role_forms.py:80 -msgid "Role details" -msgstr "Détail du rôle" +msgid "Role details (frontoffice)" +msgstr "Intitulé long affiché en front-office" #: hobo/agent/authentic2/role_forms.py:82 msgid "Emails" diff --git a/hobo/agent/authentic2/role_forms.py b/hobo/agent/authentic2/role_forms.py index 11920b4..eceeb6b 100644 --- a/hobo/agent/authentic2/role_forms.py +++ b/hobo/agent/authentic2/role_forms.py @@ -77,7 +77,7 @@ class CommaSeparatedCharField(forms.Field): class RoleForm(RoleEditForm): - details = forms.CharField(label=_('Role details'), widget=forms.Textarea, initial='', + details = forms.CharField(label=_('Role details (frontoffice)'), widget=forms.Textarea, initial='', required=False) emails = CommaSeparatedCharField(label=_('Emails'), item_validators=[EmailValidator()], -- 2.17.0