DeploymentLinkForm: fix typo

This commit is contained in:
Thomas Gelf 2017-08-22 10:11:00 +02:00
parent 29410a2079
commit f4cd0d7b3c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class DeploymentLinkForm extends DirectorForm
$msg = $this->translate('There has been a single change to this object, nothing else has been modified');
} elseif ($total === $onObject) {
$msg = sprintf(
$this->translate('There have be+en %d changes to this object, nothing else has been modified'),
$this->translate('There have been %d changes to this object, nothing else has been modified'),
$onObject
);
} else {