mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
Fix typo in DeployConfigForm.php
This commit is contained in:
parent
0e5d88ada6
commit
2146d852d9
@ -33,7 +33,7 @@ class DeployConfigForm extends DirectorForm
|
|||||||
if ($this->deploymentId) {
|
if ($this->deploymentId) {
|
||||||
$label = $this->translate('Re-deploy now');
|
$label = $this->translate('Re-deploy now');
|
||||||
} elseif ($activities === 0) {
|
} elseif ($activities === 0) {
|
||||||
$label = $this->translate('There are no pending changes. Deploy anyways');
|
$label = $this->translate('There are no pending changes. Deploy anyway');
|
||||||
} else {
|
} else {
|
||||||
$label = sprintf(
|
$label = sprintf(
|
||||||
$this->translate('Deploy %d pending changes'),
|
$this->translate('Deploy %d pending changes'),
|
||||||
|
@ -5019,7 +5019,7 @@ msgid "There are no pending changes"
|
|||||||
msgstr "Es gibt keine anstehenden Änderungen"
|
msgstr "Es gibt keine anstehenden Änderungen"
|
||||||
|
|
||||||
#: application/forms/DeployConfigForm.php:36
|
#: application/forms/DeployConfigForm.php:36
|
||||||
msgid "There are no pending changes. Deploy anyways"
|
msgid "There are no pending changes. Deploy anyway"
|
||||||
msgstr "Es gibt keine anstehenden Änderungen. Dennoch ausrollen"
|
msgstr "Es gibt keine anstehenden Änderungen. Dennoch ausrollen"
|
||||||
|
|
||||||
#: library/Director/Web/Widget/ImportSourceDetails.php:58
|
#: library/Director/Web/Widget/ImportSourceDetails.php:58
|
||||||
|
Loading…
x
Reference in New Issue
Block a user