mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
reorder-authbackend: fix typo
This commit is contained in:
parent
5113abfdb5
commit
3efd713283
@ -22,7 +22,7 @@
|
|||||||
'icon' => $type === 'external' ?
|
'icon' => $type === 'external' ?
|
||||||
'magic' : ($type === 'ldap' || $type === 'msldap' ? 'sitemap' : 'database'),
|
'magic' : ($type === 'ldap' || $type === 'msldap' ? 'sitemap' : 'database'),
|
||||||
'class' => 'rowaction',
|
'class' => 'rowaction',
|
||||||
'title' => sprintf($this->translate('rEdit user backend %s'), $backendNames[$i])
|
'title' => sprintf($this->translate('Edit user backend %s'), $backendNames[$i])
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user