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…
Reference in New Issue