Remove exclamation mark from the notification "Authentication order updated!"

resolves #8960
This commit is contained in:
Alexander A. Klimov 2015-04-27 13:16:54 +02:00
parent 6f0fd7d44d
commit c839cc0b08
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ class AuthenticationBackendReorderForm extends ConfigForm
try {
if ($configForm->move($backendName, $position)->save()) {
Notification::success($this->translate('Authentication order updated!'));
Notification::success($this->translate('Authentication order updated'));
} else {
return false;
}

View File

@ -199,7 +199,7 @@ msgid "Authentication backend name missing"
msgstr "Nome del Backend di autenticazione non specificato"
#: /usr/share/icingaweb2/application/forms/Config/AuthenticationBackendReorderForm.php:54
msgid "Authentication order updated!"
msgid "Authentication order updated"
msgstr "Ordine di autenticazione aggiornato!"
#: /usr/share/icingaweb2/application/forms/AutoRefreshForm.php:44

View File

@ -130,7 +130,7 @@ msgid "Authentication backend name missing"
msgstr "Falta o nome do backend de autenticação"
#: /usr/local/icingaweb/application/forms/Config/AuthenticationBackendReorderForm.php:55
msgid "Authentication order updated!"
msgid "Authentication order updated"
msgstr "Ordem da autenticação atualizada!"
#: /usr/local/icingaweb/application/forms/Config/AuthenticationBackendConfigForm.php:307