mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +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');
|
||||
} 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user