mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
Kickstart: unify strings
This commit is contained in:
parent
7b6de717bb
commit
e4dbdbe808
@ -267,7 +267,7 @@ class KickstartForm extends QuickForm
|
||||
'Fieldset',
|
||||
),
|
||||
'order' => 60,
|
||||
'legend' => $this->translate('Kickstart wizard')
|
||||
'legend' => $this->translate('Kickstart Wizard')
|
||||
));
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,7 @@ class KickstartDashlet extends Dashlet
|
||||
|
||||
public function getTitle()
|
||||
{
|
||||
return $this->translate('Kickstart Helper');
|
||||
return $this->translate('Kickstart Wizard');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
|
Loading…
x
Reference in New Issue
Block a user