Remove exclamation mark from the notification "Authentication order updated!"
resolves #8960
This commit is contained in:
parent
6f0fd7d44d
commit
c839cc0b08
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue