Enlarge header connection status badge and add localized tooltips

This commit is contained in:
Meik
2026-03-05 15:20:22 +01:00
parent d9c6cb4d77
commit 13fa26525a
5 changed files with 49 additions and 17 deletions

View File

@@ -346,6 +346,12 @@
<data name="ConnectionFailed" xml:space="preserve">
<value>Connection failed: {0:MM/dd/yy h:mm:ss tt}</value>
</data>
<data name="connectionStatusOffline" xml:space="preserve">
<value>Server connection unavailable</value>
</data>
<data name="connectionStatusConnecting" xml:space="preserve">
<value>Connecting to server...</value>
</data>
<data name="ticketAccepted" xml:space="preserve">
<value>Ticket accepted</value>
</data>