diff --git a/src/pages/authentication/RegisterCustom.js b/src/pages/authentication/RegisterCustom.js index 99e6ee2..6679d7f 100644 --- a/src/pages/authentication/RegisterCustom.js +++ b/src/pages/authentication/RegisterCustom.js @@ -108,7 +108,7 @@ const RegisterCustom = () => {
- + @@ -192,7 +192,7 @@ const RegisterCustom = () => {
- + diff --git a/src/pages/authentication/auth-forms/AuthLoginCustom.js b/src/pages/authentication/auth-forms/AuthLoginCustom.js index c6cb3e0..c37f78e 100644 --- a/src/pages/authentication/auth-forms/AuthLoginCustom.js +++ b/src/pages/authentication/auth-forms/AuthLoginCustom.js @@ -387,7 +387,7 @@ const AuthLoginCustom = () => { - + { intl.formatMessage({id: 'learnMore'})+" >"} diff --git a/src/translations/en.json b/src/translations/en.json index 09c8444..0db83b9 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3,6 +3,7 @@ "zh-HK": "繁體中文", "zh-CN": "简体中文", "language":"Language", + "iamsmartLink": "https://www.iamsmart.gov.hk/en/", "PNSPS": "PNSPS", "HKSARGOV": "HKSAR Government", diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index dca0c9d..16b23e3 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -3,6 +3,7 @@ "zh-HK": "繁體中文", "zh-CN": "简体中文", "language":"语言", + "iamsmartLink": "https://www.iamsmart.gov.hk/sc/", "PNSPS": "公共启事提交及缴费系统", "HKSARGOV": "香港特别行政区政府", diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index 1d3572e..b09e8bf 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -3,6 +3,7 @@ "zh-HK": "繁體中文", "zh-CN": "简体中文", "language":"語言", + "iamsmartLink": "https://www.iamsmart.gov.hk/tc/", "PNSPS": "公共啟事提交及繳費系統", "HKSARGOV": "香港特別行政區政府",