This commit is contained in:
Matthias Jentsch 2014-09-30 15:59:11 +02:00
parent 8eb7db9b35
commit 8008387559
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class AuthenticationController extends ActionController
if ($backendsWithError) {
$this->view->form->getElement('username')->addError(
$this->translate(
'Please note that not all authentication methods where available.'
'Please note that not all authentication methods were available.'
. ' Check the system log or Icinga Web 2 log for more information.'
)
);