From eaa6c1154323c417af7d8ba02e6b4714509247a8 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:06:46 +0900 Subject: [PATCH] fix: typo --- helpers/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/ui.py b/helpers/ui.py index e64caee..fa57d14 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -156,7 +156,7 @@ class RowType(EnumWithAttrs): } 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 = { "label": "Connect by IP",