mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
DeploymentLinkForm: fix typo
This commit is contained in:
parent
29410a2079
commit
f4cd0d7b3c
@ -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');
|
$msg = $this->translate('There has been a single change to this object, nothing else has been modified');
|
||||||
} elseif ($total === $onObject) {
|
} elseif ($total === $onObject) {
|
||||||
$msg = sprintf(
|
$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
|
$onObject
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user