Kickstart: unify strings

This commit is contained in:
Thomas Gelf 2017-01-16 17:30:22 +01:00
parent 7b6de717bb
commit e4dbdbe808
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ class KickstartForm extends QuickForm
'Fieldset', 'Fieldset',
), ),
'order' => 60, 'order' => 60,
'legend' => $this->translate('Kickstart wizard') 'legend' => $this->translate('Kickstart Wizard')
)); ));
} }

View File

@ -8,7 +8,7 @@ class KickstartDashlet extends Dashlet
public function getTitle() public function getTitle()
{ {
return $this->translate('Kickstart Helper'); return $this->translate('Kickstart Wizard');
} }
public function getEscapedSummary() public function getEscapedSummary()