AdminAccountPage: Add missing form title

refs #8704
This commit is contained in:
Johannes Meyer 2015-06-30 11:38:59 +02:00
parent ae9fa38ac4
commit 2dcbee27bc
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class AdminAccountPage extends Form
public function init()
{
$this->setName('setup_admin_account');
$this->setTitle($this->translate('Administration', 'setup.page.title'));
$this->addDescription($this->translate(
'Now it\'s time to configure your first administrative account for Icinga Web 2.'
));