mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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'
|
||||
),
|
||||
'multiOptions' => array(
|
||||
'none' => $this->translate('None'),
|
||||
'none' => $this->translate('None', 'resource.ldap.encryption'),
|
||||
Connection::STARTTLS => 'STARTTLS',
|
||||
Connection::LDAPS => 'LDAPS'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user