瀏覽代碼

update UI label

master
Anna Ho 1 年之前
父節點
當前提交
a45aa047e3
共有 3 個檔案被更改,包括 9 行新增9 行删除
  1. +2
    -2
      src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js
  2. +5
    -5
      src/translations/en.json
  3. +2
    -2
      src/utils/statusUtils/PublicNoteStatusUtils.js

+ 2
- 2
src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js 查看文件

@@ -201,7 +201,7 @@ const ApplicationDetailCard = (
color="orange"
>
<ReplayIcon />
<Typography ml={1} variant="h5"> Re-submit</Typography>
<Typography ml={1} variant="h5"> Re-Submit</Typography>
</Button>
<Button
// size="large"
@@ -213,7 +213,7 @@ const ApplicationDetailCard = (
alignItems: 'end',
}}>
<CloseIcon />
<Typography ml={1} variant="h5">Not accept</Typography>
<Typography ml={1} variant="h5">Not Accept</Typography>
</Button>
</> :
(currentApplicationDetailData.status == "confirmed" && currentApplicationDetailData.creditor == 1) ?


+ 5
- 5
src/translations/en.json 查看文件

@@ -316,8 +316,8 @@
"pendingPayment": "Pending Payment",
"pendingPublish": "To be Published",
"completed": "Completed",
"notAccepted": "Not accepted",
"resubmit": "Re-submit Required",
"notAccepted": "Not Accepted",
"resubmit": "Re-Submit Required",
"cancelled": "Cancelled",
"withdrawn": "Withdrawn",
"searchApplyRecord": "Search application record",
@@ -369,9 +369,9 @@
"applyStatus": "App. Status",
"gazetteCount": "Gazette Issue No.",
"gazetteCount2" :"Gazette Issue No./ Remarks",
"gazetteCount2_1" :"Care Of/ Remarks",
"gazetteCount3" :"Gazette Issue No./ Care Of/ Remarks",
"careOf":"Care Of",
"gazetteCount2_1" :"Care Of (c/o)/ Remarks",
"gazetteCount3" :"Gazette Issue No./ Care Of (c/o)/ Remarks",
"careOf":"Care Of (c/o)",
"publishDate": "Publish Date",
"draftFile": "Manuscript file",
"download": "Download",


+ 2
- 2
src/utils/statusUtils/PublicNoteStatusUtils.js 查看文件

@@ -57,9 +57,9 @@ export function getStatusByTextEng(status, creditor) {
case "completed":
return getStatusTag({ color: "#8a8784", text: "Completed" })
case "notAccepted":
return getStatusTag({ color: "#d9372b", text: "Not accepted" })
return getStatusTag({ color: "#d9372b", text: "Not Accepted" })
case "resubmit":
return getStatusTag({ color: "#757373", text: "Re-submit Required" })
return getStatusTag({ color: "#757373", text: "Re-Submit Required" })
case "cancelled":
return getStatusTag({ color: "#8a8784", text: "Cancelled" })
case "withdrawn":


Loading…
取消
儲存