From 8008387559a00b5280b172b109852b308343d351 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch <matthias.jentsch@netways.de> Date: Tue, 30 Sep 2014 15:59:11 +0200 Subject: [PATCH] Fix typo --- application/controllers/AuthenticationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/AuthenticationController.php b/application/controllers/AuthenticationController.php index 31e7d271f..bc88ef7d1 100644 --- a/application/controllers/AuthenticationController.php +++ b/application/controllers/AuthenticationController.php @@ -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.' ) );