KickstartDashlet: extend description

This commit is contained in:
Thomas Gelf 2017-01-16 11:41:08 +01:00
parent dd506cd5d5
commit bc67f603f9

View File

@ -14,7 +14,8 @@ class KickstartDashlet extends Dashlet
public function getEscapedSummary()
{
return $this->translate(
'This syncronizes Icinga Director to your Icinga 2 infrastructure'
'This synchronizes Icinga Director to your Icinga 2 infrastructure.'
. ' A new run should be triggered on infrastructure changes'
);
}