diff --git a/application/controllers/AuthenticationController.php b/application/controllers/AuthenticationController.php index c6fedb57c..e74aac35f 100644 --- a/application/controllers/AuthenticationController.php +++ b/application/controllers/AuthenticationController.php @@ -54,7 +54,7 @@ class AuthenticationController extends Controller $form->handleRequest(); } $this->view->form = $form; - $this->view->title = $this->translate('Icinga Web 2 Login'); + $this->view->defaultTitle = $this->translate('Icinga Web 2 Login'); $this->view->requiresSetup = $requiresSetup; }