{{ $t('settings.ipWhitelist.title') }}
-{{ $t('settings.ipWhitelist.description') }}
- -From cfd98e53c70957a74ec956316eab445ca8e801c7 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:26:59 +0800 Subject: [PATCH] update --- packages/frontend/src/locales/en-US.json | 2 +- packages/frontend/src/locales/zh-CN.json | 2 +- packages/frontend/src/views/SettingsView.vue | 44 ++++++++++---------- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/packages/frontend/src/locales/en-US.json b/packages/frontend/src/locales/en-US.json index 9af5001..5bd9023 100644 --- a/packages/frontend/src/locales/en-US.json +++ b/packages/frontend/src/locales/en-US.json @@ -386,7 +386,7 @@ } }, "ipWhitelist": { - "title": "IP Whitelist", + "title": "IP Whitelist Management", "description": "Configure allowed IP addresses or ranges to access this application. Leave empty to allow all IPs.", "label": "Allowed IP Addresses/Ranges (one per line or comma-separated):", "hint": "Supports IPv4, IPv6, and CIDR (e.g., 192.168.1.100, 10.0.0.0/8, 2001:db8::/32).", diff --git a/packages/frontend/src/locales/zh-CN.json b/packages/frontend/src/locales/zh-CN.json index 2b1c903..e7788d6 100644 --- a/packages/frontend/src/locales/zh-CN.json +++ b/packages/frontend/src/locales/zh-CN.json @@ -386,7 +386,7 @@ } }, "ipWhitelist": { - "title": "IP 白名单", + "title": "IP 白名单管理", "description": "配置允许访问此应用的 IP 地址或范围。留空则允许所有 IP。", "label": "允许的 IP 地址/范围 (每行一个或用逗号分隔):", "hint": "支持 IPv4, IPv6 和 CIDR (例如 192.168.1.100, 10.0.0.0/8, 2001:db8::/32)。", diff --git a/packages/frontend/src/views/SettingsView.vue b/packages/frontend/src/views/SettingsView.vue index e141bc9..a226009 100644 --- a/packages/frontend/src/views/SettingsView.vue +++ b/packages/frontend/src/views/SettingsView.vue @@ -101,27 +101,6 @@
{{ twoFactorMessage }}
-{{ $t('settings.ipWhitelist.description') }}
- -{{ $t('settings.ipWhitelist.description') }}
+ +