reorder-authbackend: fix typo
This commit is contained in:
parent
5113abfdb5
commit
3efd713283
|
@ -22,7 +22,7 @@
|
|||
'icon' => $type === 'external' ?
|
||||
'magic' : ($type === 'ldap' || $type === 'msldap' ? 'sitemap' : 'database'),
|
||||
'class' => 'rowaction',
|
||||
'title' => sprintf($this->translate('rEdit user backend %s'), $backendNames[$i])
|
||||
'title' => sprintf($this->translate('Edit user backend %s'), $backendNames[$i])
|
||||
)
|
||||
) ?>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue