Fix typo in DeployConfigForm.php

This commit is contained in:
tomascassidy 2018-12-14 12:57:09 +11:00 committed by Thomas Gelf
parent 0e5d88ada6
commit 2146d852d9
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class DeployConfigForm extends DirectorForm
if ($this->deploymentId) {
$label = $this->translate('Re-deploy now');
} elseif ($activities === 0) {
$label = $this->translate('There are no pending changes. Deploy anyways');
$label = $this->translate('There are no pending changes. Deploy anyway');
} else {
$label = sprintf(
$this->translate('Deploy %d pending changes'),

View File

@ -5019,7 +5019,7 @@ msgid "There are no pending changes"
msgstr "Es gibt keine anstehenden Änderungen"
#: 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"
#: library/Director/Web/Widget/ImportSourceDetails.php:58