deploymentLink: typo

This commit is contained in:
Thomas Gelf 2016-12-14 12:32:21 +01:00
parent 4c1ab4dae6
commit fe489ce094

View File

@ -10,7 +10,7 @@ if (! $this->hasPermission('director/deploy')) {
if ($this->undeployedChanges === 0) {
if ($this->totalUndeployedChanges) {
$msg = $this->translate('The is a single pending change');
$msg = $this->translate('There is a single pending change');
} else {
$msg = sprintf(
$this->translate('There are %d pending changes'),