From 5e19572ba376f7bb529657f458de6222dadeb9e8 Mon Sep 17 00:00:00 2001 From: ripdog Date: Fri, 22 Jul 2022 01:24:13 +1200 Subject: [PATCH] Fix duplicated translation line (#143) See #142. --- src/locale/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/en.ts b/src/locale/en.ts index ee0a4f3..700860a 100644 --- a/src/locale/en.ts +++ b/src/locale/en.ts @@ -124,7 +124,7 @@ export default { web_ui_username: 'Username', web_ui_password: 'Password', bypass_local_auth: 'Bypass authentication for clients on localhost', - bypass_auth_subnet_whitelist: 'Bypass authentication for clients on localhost', + bypass_auth_subnet_whitelist: 'Bypass authentication for clients in whitelisted IP subnets', web_ui_session_timeout: 'Session timeout', web_ui_max_auth_fail_count: 'Ban client after consecutive failures', web_ui_ban_duration: 'ban for',