From 1adc0977e77d803eab3d1a82831fa4e00cd7eaff Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 14 Aug 2018 17:39:23 +0200 Subject: [PATCH] Clarify spotter-appmgr cert_installed message --- basic/srv/spotter/appmgr/wsgiapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/srv/spotter/appmgr/wsgiapp.py b/basic/srv/spotter/appmgr/wsgiapp.py index 5cb642a..3bdd3f8 100644 --- a/basic/srv/spotter/appmgr/wsgiapp.py +++ b/basic/srv/spotter/appmgr/wsgiapp.py @@ -30,7 +30,7 @@ class Lang: 'cert_file_missing': 'Nebyl vybrán soubor s certifikátem.', 'key_file_missing': 'Nebyl vybrán soubor se soukromým klíčem.', 'cert_request_error': 'Došlo k chybě při žádosti o certifikát. Zkontrolujte, zda je virtuální stroj dostupný z internetu na portu 80.', - 'cert_installed': 'Certifikát byl úspěšně nainstalován. Restartujte webový prohlížeč pro jeho načtení.', + 'cert_installed': 'Certifikát byl úspěšně nainstalován. Obnovte stránku nebo restartujte webový prohlížeč pro jeho načtení.', 'common_updated': 'Nastavení aplikací bylo úspěšně změněno.', 'app_started': 'Spuštěna (zastavit)', 'app_stopped': 'Zastavena (spustit)',