diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 8d4cab7db..a5e6d8de7 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1558,5 +1558,6 @@ "removeWarningMsg": "Are you sure you want to remove", "setVariable": "Set variable", "userId": "User ID", - "userName": "User name" + "userName": "User name", + "EmailHelpText": "Please click the 'Submit' button to save the current configuration before clicking 'Test Connection' to ensure the settings take effect." } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index e08c1f716..749f6f7a1 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1563,5 +1563,7 @@ "removeWarningMsg": "你确定要移除", "setVariable": "设置参数", "userId": "用户ID", - "userName": "用户名" + "userName": "用户名", + "EmailHelpText": "请点击'提交'按钮保存当前配置后,再点击'测试连接'以确保信息生效", + "None": "无" } \ No newline at end of file