Fix typo in configuration.php
This commit is contained in:
parent
29d5fd351b
commit
5749ff72b1
|
@ -57,7 +57,7 @@ $this->providePermission(
|
||||||
);
|
);
|
||||||
$this->providesPermission(
|
$this->providesPermission(
|
||||||
'monitoring/command/send-custom-notification',
|
'monitoring/command/send-custom-notification',
|
||||||
$this->translate('Allow sending custom notifications for hosts and services');
|
$this->translate('Allow sending custom notifications for hosts and services')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->provideRestriction(
|
$this->provideRestriction(
|
||||||
|
|
Loading…
Reference in New Issue