mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
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…
x
Reference in New Issue
Block a user