From d64ecf8bc56af48ef3057342fbc7e890dcd94b41 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 27 Sep 2022 11:31:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=A4=96=E8=A7=82=E9=85=8D=E7=BD=AE):=20?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=93=BE=E6=8E=A5=E6=A0=BC=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 3 ++- frontend/src/lang/tw.js | 3 ++- frontend/src/lang/zh.js | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index c1e4214f8b..129814d166 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -2170,7 +2170,8 @@ export default { homeLink: 'Home Link', defaultHomeLink: 'Default is the system built-in home page', showFoot: 'Show login page footer', - footContent: 'Foot content' + footContent: 'Foot content', + webFormat: 'Please enter the correct URL starting with [https:// or http://]' }, auth: { no_item_selected: 'Please select organization、user or role on the left', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index d07cd601be..79a19d3a31 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -2171,7 +2171,8 @@ export default { homeLink: '首頁鏈接', defaultHomeLink: '默認為系統內置首頁', showFoot: '顯示登錄頁腳', - footContent: '頁腳內容' + footContent: '頁腳內容', + webFormat: '請輸入以[https://或http://]開頭的正確網址' }, auth: { no_item_selected: '请在左侧选择组织、角色或用户', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 92f1faec15..d8ee744324 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -2171,7 +2171,8 @@ export default { homeLink: '首页链接', defaultHomeLink: '默认为系统内置首页', showFoot: '显示登录页脚', - footContent: '页脚内容' + footContent: '页脚内容', + webFormat: '请输入以[https://或http://]开头的正确网址' }, auth: { no_item_selected: '请在左侧选择组织、角色或用户',