mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
deploymentLink: typo
This commit is contained in:
parent
4c1ab4dae6
commit
fe489ce094
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user