From 3efd7132832c4125ee5a6ae438f8d28c98e464db Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 2 Oct 2015 09:39:25 +0200 Subject: [PATCH] reorder-authbackend: fix typo --- application/views/scripts/form/reorder-authbackend.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/scripts/form/reorder-authbackend.phtml b/application/views/scripts/form/reorder-authbackend.phtml index 9bdad9ca1..846184493 100644 --- a/application/views/scripts/form/reorder-authbackend.phtml +++ b/application/views/scripts/form/reorder-authbackend.phtml @@ -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]) ) ) ?>