monitoring: Fix permission description for 'monitoring/command/schedule'
This commit is contained in:
parent
13c2a3a967
commit
9c47b2d949
|
@ -10,7 +10,7 @@ $this->providePermission(
|
|||
);
|
||||
$this->providePermission(
|
||||
'monitoring/command/schedule*',
|
||||
$this->translate('Allow all scheduling checks and downtimes')
|
||||
$this->translate('Allow scheduling checks and downtimes')
|
||||
);
|
||||
$this->providePermission(
|
||||
'monitoring/command/schedule-check',
|
||||
|
|
Loading…
Reference in New Issue