diff --git a/application/forms/DeployConfigForm.php b/application/forms/DeployConfigForm.php index af34cd78..91517453 100644 --- a/application/forms/DeployConfigForm.php +++ b/application/forms/DeployConfigForm.php @@ -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'), diff --git a/application/locale/de_DE/LC_MESSAGES/director.po b/application/locale/de_DE/LC_MESSAGES/director.po index 3553b1d1..d3b21c1d 100644 --- a/application/locale/de_DE/LC_MESSAGES/director.po +++ b/application/locale/de_DE/LC_MESSAGES/director.po @@ -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