Add message about last KRA to WebUI Topology view

https://pagure.io/freeipa/issue/6538

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
This commit is contained in:
Stanislav Laznicka
2017-03-08 13:07:12 +01:00
committed by Martin Basti
parent 670f8fb1db
commit 1e8db4b5c7
3 changed files with 22 additions and 11 deletions

View File

@@ -737,8 +737,8 @@ class i18n_messages(Command):
"label_singular": _("Server Role"),
},
"servers": {
"ca_warning_message": _("It is strongly recommended to keep the CA services installed on more than one server."),
"ca_warning_title": _("Warning: Only One CA Server Detected"),
"svc_warning_title": _("Warning: Consider service replication"),
"svc_warning_message": _("It is strongly recommended to keep the following services installed on more than one server:"),
"remove_server": _("Delete Server"),
"remove_server_msg": _("Deleting a server removes it permanently from the topology. Note that this is a non-reversible action.")
},