ソースを参照

Merge branch 'New_Enhancement' of https://git.2fi-solutions.com/alex/PNSPS-frontend-MaterialUI into New_Enhancement

CR003
Jason Chuang 1年前
コミット
922abf73ac
3個のファイルの変更4行の追加4行の削除
  1. +2
    -2
      src/pages/Payment/FPS/FPS.js
  2. +1
    -1
      src/pages/User/ChangePasswordPage/index.js
  3. +1
    -1
      src/translations/en.json

+ 2
- 2
src/pages/Payment/FPS/FPS.js ファイルの表示

@@ -381,8 +381,8 @@ const Index = () => {
<br />
<FormattedMessage id="fpsQrcodeTitle3"/>
<br />
<FormattedMessage id="fpsQrcodeTitle4"/>
{timeDownCount}
<FormattedMessage id="fpsQrcodeTitle4"/>&nbsp;
{timeDownCount}&nbsp;
<FormattedMessage id="fpsQrcodeTitle5"/>
</Typography>
}


+ 1
- 1
src/pages/User/ChangePasswordPage/index.js ファイルの表示

@@ -262,7 +262,7 @@ const Index = () => {
<Grid item xs={12} md={12} lg={12}>
<TextField
fullWidth
autoFocus
// autoFocus
onChange={(e) => {
formik.handleChange(e);
changePassword(e.target.value);


+ 1
- 1
src/translations/en.json ファイルの表示

@@ -454,7 +454,7 @@
"fpsQrcodeTitle2":"QR code is valid for 3 minutes",
"fpsQrcodeTitle3":"Please complete the payment process within the specified time",
"fpsQrcodeTitle4":"Remaining time:",
"fpsQrcodeTitle5":"Second",
"fpsQrcodeTitle5":"s",

"payDnRemark": "Payment proof (e.g. ATM receipt, internet banking record) to be sent to [email protected] by {date}",
"payNPGORemark" :"Payment to be completed at Collection Office by {date}",


読み込み中…
キャンセル
保存