setup: Set a proper title for the wizard

refs #3851
This commit is contained in:
Johannes Meyer 2019-07-12 10:24:38 +02:00
parent 7ba998c6b1
commit 066aa0ef03
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class IndexController extends Controller
}
$this->view->wizard = $wizard;
$this->view->title = $this->translate('Setup') . ' :: ' . $this->view->defaultTitle;
}
/**