mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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->undeployedChanges === 0) {
|
||||||
if ($this->totalUndeployedChanges) {
|
if ($this->totalUndeployedChanges) {
|
||||||
$msg = $this->translate('The is a single pending change');
|
$msg = $this->translate('There is a single pending change');
|
||||||
} else {
|
} else {
|
||||||
$msg = sprintf(
|
$msg = sprintf(
|
||||||
$this->translate('There are %d pending changes'),
|
$this->translate('There are %d pending changes'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user