mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
typo fix
This commit is contained in:
parent
bff93725eb
commit
f6f3d3b1aa
@ -20,7 +20,7 @@ class IcingaTimePeriodRangeForm extends DirectorObjectForm
|
|||||||
$this->addElement('text', 'range_key', array(
|
$this->addElement('text', 'range_key', array(
|
||||||
'label' => $this->translate('Day(s)'),
|
'label' => $this->translate('Day(s)'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'Might by, monday, tuesday, 2016-01-28 - have a look at the documentation for more examples'
|
'Might be, monday, tuesday, 2016-01-28 - have a look at the documentation for more examples'
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
@ -2921,7 +2921,7 @@ msgstr "Zusammenführungsrichtlinie"
|
|||||||
|
|
||||||
#: application/forms/IcingaTimePeriodRangeForm.php:23
|
#: application/forms/IcingaTimePeriodRangeForm.php:23
|
||||||
msgid ""
|
msgid ""
|
||||||
"Might by, monday, tuesday, 2016-01-28 - have a look at the documentation for "
|
"Might be, monday, tuesday, 2016-01-28 - have a look at the documentation for "
|
||||||
"more examples"
|
"more examples"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"z.B. monday, tuesday, 2016-01-28 - Mehr Beispiele finden sich in der "
|
"z.B. monday, tuesday, 2016-01-28 - Mehr Beispiele finden sich in der "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user