monitoring: Fix permission description for 'monitoring/command/schedule'

This commit is contained in:
Eric Lippmann 2015-01-22 12:49:02 +01:00
parent 13c2a3a967
commit 9c47b2d949
1 changed files with 1 additions and 1 deletions

View File

@ -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',