You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="feedback-text">{{ _("Cannot connect to the public Electrum server. You changed the settings from a working connection to a server that is not responding.
40
40
Consider switching back to the one you had chosen before.") }}</span>
41
41
{%else%}
@@ -49,11 +49,13 @@
49
49
<spanclass="feedback-text">{{ _("Specter is connected via Spectrum to a manually configured Electrum server!") }}</span>
<spanclass="feedback-text">{{ _("Cannot connect to the manually configured Electrum server. You changed the settings from a working connection to a server that is not responding.
54
54
Consider switching back to the one you had chosen before.") }}</span>
55
-
{%elifcheck_port_and_ssl%}
55
+
{%elifnotchanged_hostandcheck_port_and_ssl%}
56
56
<spanclass="feedback-text">{{ _("Cannot connect to the manually configured Electrum server. Double-check that the port and SSL settings are correct.") }}</span>
57
+
{%elifchanged_hostandcheck_port_and_ssl%}
58
+
<spanclass="feedback-text">{{ _("Cannot connect to the manually configured Electrum server. Double-check all the configuration settings.") }}</span>
57
59
{%else%}
58
60
<spanclass="feedback-text">{{ _("Cannot connect to the manually configured Electrum server.") }}</span>
0 commit comments