1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

fix: typo

This commit is contained in:
aclist 2024-12-05 08:06:46 +09:00
parent ef3fffca47
commit eaa6c11543

View file

@ -156,7 +156,7 @@ class RowType(EnumWithAttrs):
} }
RECENT_SERVERS = { RECENT_SERVERS = {
"label": "Recent servers", "label": "Recent servers",
"tooltip": "Shows the last to servers you connected to (includes attempts)", "tooltip": "Shows the last 10 servers you connected to (includes attempts)",
} }
CONN_BY_IP = { CONN_BY_IP = {
"label": "Connect by IP", "label": "Connect by IP",