Skip to content

Commit

Permalink
Remove exclamation mark from the notification "Authentication order u…
Browse files Browse the repository at this point in the history
…pdated!"

resolves #8960
  • Loading branch information
Al2Klimov committed Apr 27, 2015
1 parent 6f0fd7d commit c839cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -51,7 +51,7 @@ public function onSuccess()

try {
if ($configForm->move($backendName, $position)->save()) {
Notification::success($this->translate('Authentication order updated!'));
Notification::success($this->translate('Authentication order updated'));
} else {
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion application/locale/it_IT/LC_MESSAGES/icinga.po
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion application/locale/pt_BR/LC_MESSAGES/icinga.po
Expand Up @@ -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
Expand Down

0 comments on commit c839cc0

Please sign in to comment.