mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-28 17:49:14 -04:00
LdapResourceForm: Translate "None" with a context as it's ambiguous
This commit is contained in:
parent
99610bc1bd
commit
a3f2d7de7e
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class LdapResourceForm extends Form
|
|||
. ' none for unencrypted communication'
|
||||
),
|
||||
'multiOptions' => array(
|
||||
'none' => $this->translate('None'),
|
||||
'none' => $this->translate('None', 'resource.ldap.encryption'),
|
||||
Connection::STARTTLS => 'STARTTLS',
|
||||
Connection::LDAPS => 'LDAPS'
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue