mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
ConfigController: notification text
This commit is contained in:
parent
7c081c12ce
commit
54ac96e4a9
@ -23,7 +23,7 @@ class Director_ConfigController extends ActionController
|
||||
} else {
|
||||
$url = Url::fromPath('director/config/show', array('checksum' => $checksum));
|
||||
Notification::success(
|
||||
$this->translate('Config deployment has been failed')
|
||||
$this->translate('Config deployment failed')
|
||||
);
|
||||
$this->redirectNow($url);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user