diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index be6e27340..a6f99533e 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1824,7 +1824,7 @@ const message = { imported: 'Manually Created', importType: 'Import Type', pasteSSL: 'Paste code', - localSSL: 'Select local file', + localSSL: 'Select server file', privateKeyPath: 'Private key file', certificatePath: 'Certificate file', ipWhiteListHelper: 'The role of IP whitelist: all rules are invalid for IP whitelist', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 4b0343139..9a2a6ffc1 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1706,7 +1706,7 @@ const message = { imported: '手動創建', importType: '導入方式', pasteSSL: '粘貼代碼', - localSSL: '選擇本地文件', + localSSL: '選擇伺服器文件', privateKeyPath: '私鑰文件', certificatePath: '證書文件', ipWhiteListHelper: 'IP白名單的作用:所有規則對IP白名單無效', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index f1dac1fd0..7514a590b 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1706,7 +1706,7 @@ const message = { imported: '手动创建', importType: '导入方式', pasteSSL: '粘贴代码', - localSSL: '选择本地文件', + localSSL: '选择服务器文件', privateKeyPath: '私钥文件', certificatePath: '证书文件', ipWhiteListHelper: 'IP 白名单的作用:所有规则对IP白名单无效',