mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
ConfigController: notification text fixes
NB: We still have to translate them
This commit is contained in:
parent
7ebdb2d378
commit
2b23b259fa
@ -93,7 +93,7 @@ class ConfigController extends BaseConfigController
|
||||
if (!$this->writeConfigFile($form->getConfig(), 'config')) {
|
||||
return;
|
||||
}
|
||||
Notification::success("Configuration Sucessfully Updated");
|
||||
Notification::success('New configuration has successfully been stored');
|
||||
$form->setConfiguration(IcingaConfig::app(), true);
|
||||
$this->redirectNow('config/index');
|
||||
}
|
||||
@ -115,7 +115,7 @@ class ConfigController extends BaseConfigController
|
||||
if (!$this->writeConfigFile($form->getConfig(), 'config')) {
|
||||
return;
|
||||
}
|
||||
Notification::success("Configuration Sucessfully Updated");
|
||||
Notification::success('New configuration has sucessfully been stored');
|
||||
$form->setConfiguration(IcingaConfig::app(), true);
|
||||
$this->redirectNow('config/logging');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user