mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
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 {
|
try {
|
||||||
if ($configForm->move($backendName, $position)->save()) {
|
if ($configForm->move($backendName, $position)->save()) {
|
||||||
Notification::success($this->translate('Authentication order updated!'));
|
Notification::success($this->translate('Authentication order updated'));
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -199,7 +199,7 @@ msgid "Authentication backend name missing"
|
|||||||
msgstr "Nome del Backend di autenticazione non specificato"
|
msgstr "Nome del Backend di autenticazione non specificato"
|
||||||
|
|
||||||
#: /usr/share/icingaweb2/application/forms/Config/AuthenticationBackendReorderForm.php:54
|
#: /usr/share/icingaweb2/application/forms/Config/AuthenticationBackendReorderForm.php:54
|
||||||
msgid "Authentication order updated!"
|
msgid "Authentication order updated"
|
||||||
msgstr "Ordine di autenticazione aggiornato!"
|
msgstr "Ordine di autenticazione aggiornato!"
|
||||||
|
|
||||||
#: /usr/share/icingaweb2/application/forms/AutoRefreshForm.php:44
|
#: /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"
|
msgstr "Falta o nome do backend de autenticação"
|
||||||
|
|
||||||
#: /usr/local/icingaweb/application/forms/Config/AuthenticationBackendReorderForm.php:55
|
#: /usr/local/icingaweb/application/forms/Config/AuthenticationBackendReorderForm.php:55
|
||||||
msgid "Authentication order updated!"
|
msgid "Authentication order updated"
|
||||||
msgstr "Ordem da autenticação atualizada!"
|
msgstr "Ordem da autenticação atualizada!"
|
||||||
|
|
||||||
#: /usr/local/icingaweb/application/forms/Config/AuthenticationBackendConfigForm.php:307
|
#: /usr/local/icingaweb/application/forms/Config/AuthenticationBackendConfigForm.php:307
|
||||||
|
Loading…
x
Reference in New Issue
Block a user