Improve contact server error message

This commit is contained in:
Taylor Helsper 2023-04-05 23:19:08 -05:00
parent 12057af24a
commit 45e8dfb0ae

View File

@ -110,7 +110,7 @@
{% if has_checkin_error %}
<tr>
<th>Server</th>
<td style="color: red;"><b>Error contacting mynodebtc.com via Tor!</b><br/>You may have issues checking for new versions or saving product keys.</td>
<td style="color: red;"><b>Error contacting mynodebtc.com via Tor!</b><br/>You may have issues checking for new versions or saving product keys. This may be a temporary issue.</td>
</tr>
{% endif %}