Fix typo in configuration.php
This commit is contained in:
parent
29d5fd351b
commit
5749ff72b1
|
@ -57,7 +57,7 @@ $this->providePermission(
|
|||
);
|
||||
$this->providesPermission(
|
||||
'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(
|
||||
|
|
Loading…
Reference in New Issue