IcingaUserForm: fix object_name description

fixes #13023
This commit is contained in:
Lee Clemens 2016-10-31 18:37:23 -04:00 committed by Thomas Gelf
parent fcacf3433e
commit f38ded6223
2 changed files with 6 additions and 6 deletions

View File

@ -18,13 +18,13 @@ class IcingaUserForm extends DirectorObjectForm
$this->addElement('text', 'object_name', array(
'label' => $this->translate('User template name'),
'required' => true,
'description' => $this->translate('User for the Icinga host template you are going to create')
'description' => $this->translate('Name for the Icinga user template you are going to create')
));
} else {
$this->addElement('text', 'object_name', array(
'label' => $this->translate('Username'),
'required' => true,
'description' => $this->translate('Username for the Icinga host you are going to create')
'description' => $this->translate('Name for the Icinga user object you are going to create')
));
}

View File

@ -2961,8 +2961,8 @@ msgid "User"
msgstr "Benutzer"
#: /usr/share/icingaweb2/modules/director/application/forms/IcingaUserForm.php:20
msgid "User for the Icinga host template you are going to create"
msgstr "Benutzer der Icinga-Host-Vorlage, die erstellt werden soll"
msgid "Name for the Icinga user template you are going to create"
msgstr "Name für die Icinga-Benutzervorlage, die Sie erstellen möchten"
#: /usr/share/icingaweb2/modules/director/application/forms/IcingaNotificationForm.php:105
msgid "User groups"
@ -3003,8 +3003,8 @@ msgid "Username"
msgstr "Benutzername"
#: /usr/share/icingaweb2/modules/director/application/forms/IcingaUserForm.php:26
msgid "Username for the Icinga host you are going to create"
msgstr "Benutzername für den Icinga-Host, der erstellt werden soll"
msgid "Name for the Icinga user object you are going to create"
msgstr "Name für das Icinga-Benutzerobjekt, das Sie erstellen möchten"
#: /usr/share/icingaweb2/modules/director/configuration.php:39
#: /usr/share/icingaweb2/modules/director/application/forms/IcingaNotificationForm.php:83