From bdd284b9a6cf98d62ea47707a03ba1599bc7a497 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Fri, 16 Jan 2026 13:22:26 +0100 Subject: [PATCH] fix(i18n): add missing common.login translation key --- translations/en.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/translations/en.json b/translations/en.json index d640c9a1..9a55dd80 100644 --- a/translations/en.json +++ b/translations/en.json @@ -42,7 +42,9 @@ "accounts_count": "{{count}} accounts", "select_account": "Select Account", "add_account": "Add Account", - "remove_account_description": "This will remove the saved credentials for {{username}}." + "remove_account_description": "This will remove the saved credentials for {{username}}.", + "remove_server": "Remove Server", + "remove_server_description": "This will remove {{server}} and all saved accounts from your list." }, "save_account": { "title": "Save Account", @@ -507,7 +509,8 @@ "next": "Next", "back": "Back", "continue": "Continue", - "verifying": "Verifying..." + "verifying": "Verifying...", + "login": "Login" }, "search": { "search": "Search...",