diff --git a/src/i18n/en.ts b/src/i18n/en.ts index e940c09..7e7f712 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -47,7 +47,7 @@ export default { off: 'Off', proxiesPreviewType: 'Proxies preview type', urlForLatencyTest: 'URL for latency test', - autoCloseConns: 'Automatically close connections when proxy is selected', + autoCloseConns: 'Automatically Close connections', useTwemoji: 'Use Twemoji Mozilla Font', autoSwitchTheme: 'Automatically switch theme', favDayTheme: 'Favorite light theme', diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index 9ac91b0..0b99ad7 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -49,7 +49,7 @@ export default { off: '关闭', proxiesPreviewType: '节点组预览样式', urlForLatencyTest: '测速链接', - autoCloseConns: '切换代理时自动断开连接', + autoCloseConns: '自动断开连接', useTwemoji: '使用 Twemoji Mozilla 字体', autoSwitchTheme: '自动切换主题', favDayTheme: '浅色主题偏好',