mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
LdapResourceForm: Translate "None" with a context as it's ambiguous
This commit is contained in:
parent
99610bc1bd
commit
a3f2d7de7e
@ -70,7 +70,7 @@ class LdapResourceForm extends Form
|
|||||||
. ' none for unencrypted communication'
|
. ' none for unencrypted communication'
|
||||||
),
|
),
|
||||||
'multiOptions' => array(
|
'multiOptions' => array(
|
||||||
'none' => $this->translate('None'),
|
'none' => $this->translate('None', 'resource.ldap.encryption'),
|
||||||
Connection::STARTTLS => 'STARTTLS',
|
Connection::STARTTLS => 'STARTTLS',
|
||||||
Connection::LDAPS => 'LDAPS'
|
Connection::LDAPS => 'LDAPS'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user