From 066aa0ef03f40fe1e9b51c7e6d1fa1d0e8fc7302 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 12 Jul 2019 10:24:38 +0200 Subject: [PATCH] setup: Set a proper title for the wizard refs #3851 --- modules/setup/application/controllers/IndexController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/setup/application/controllers/IndexController.php b/modules/setup/application/controllers/IndexController.php index 9e9f5a6a0..b75643cc9 100644 --- a/modules/setup/application/controllers/IndexController.php +++ b/modules/setup/application/controllers/IndexController.php @@ -67,6 +67,7 @@ class IndexController extends Controller } $this->view->wizard = $wizard; + $this->view->title = $this->translate('Setup') . ' :: ' . $this->view->defaultTitle; } /**