diff --git a/src/pages/User/ChangePasswordPage/index.js b/src/pages/User/ChangePasswordPage/index.js index 27ab1a9..a82786f 100644 --- a/src/pages/User/ChangePasswordPage/index.js +++ b/src/pages/User/ChangePasswordPage/index.js @@ -322,8 +322,8 @@ const Index = () => { id="confirmPassword" type={showConfirmPassword ? 'text' : 'password'} name="confirmPassword" - label={intl.formatMessage({id: 'confirmOldPassword'}) + ":"} - placeholder={intl.formatMessage({id: 'confirmOldPassword'})} + label={intl.formatMessage({id: 'confirmNewPassword'}) + ":"} + placeholder={intl.formatMessage({id: 'confirmNewPassword'})} // defaultValue={formik.values.confirmPassword.trim()} value={formik.values.confirmPassword.trim()} error={Boolean(formik.touched.confirmPassword && formik.errors.confirmPassword)} diff --git a/src/translations/en.json b/src/translations/en.json index 1ca842b..0ebf6de 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -239,7 +239,7 @@ "reset": "Reset", "requireString": "Items marked with * must be filled in", "confirmPassword": "Confirm password", - "confirmOldPassword": "Confirm old password", + "confirmNewPassword": "Confirm new password", "pleaseConfirmPassword": "Please confirm password", "pleaseEnterOrgOrCompName": "Please enter the English/Chinese name of the organisation/company", "sameAsBusinessRegistrationCert": "Same as Business Registration Certificate", diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index d814b82..f5de497 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -267,7 +267,7 @@ "reset": "重置", "requireString": "注有*的项目必须输入资料", "confirmPassword": "确认密码", - "confirmOldPassword": "确认旧密码", + "confirmNewPassword": "确认新密码", "pleaseConfirmPassword": "请确认密码", "pleaseEnterOrgOrCompName": "请输入机构/公司英文名称或中文名称", "sameAsBusinessRegistrationCert": "与商业登记证相同", diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index cfba499..a919e65 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -269,7 +269,7 @@ "reset": "重置", "requireString": "註有*的項目必須輸入資料", "confirmPassword": "確認密碼", - "confirmOldPassword": "確認舊密碼", + "confirmNewPassword": "確認新密碼", "pleaseConfirmPassword": "請確認密碼", "pleaseEnterOrgOrCompName": "請輸入機構/公司英文名稱或中文名稱", "sameAsBusinessRegistrationCert": "與商業登記證相同",