Fix typo
This commit is contained in:
parent
8eb7db9b35
commit
8008387559
|
@ -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.'
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue