From 9fc77ab3343f4b24528a8d6e7cc2a7ffc312c7cd Mon Sep 17 00:00:00 2001 From: "jason.lam" Date: Thu, 18 Jan 2024 16:16:44 +0800 Subject: [PATCH] update care of --- src/pages/PublicNotice/ListPanel/BaseGrid.js | 2 +- src/pages/PublicNotice/ListPanel/PendingPaymentTab.js | 2 +- src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js | 2 +- src/translations/en.json | 1 + src/translations/zh-CN.json | 1 + src/translations/zh-HK.json | 1 + 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/PublicNotice/ListPanel/BaseGrid.js b/src/pages/PublicNotice/ListPanel/BaseGrid.js index c5cde6a..7727eee 100644 --- a/src/pages/PublicNotice/ListPanel/BaseGrid.js +++ b/src/pages/PublicNotice/ListPanel/BaseGrid.js @@ -74,7 +74,7 @@ export default function BaseGrid({rows}) { { id: 'remarks', field: 'remarks', - headerName: isORGLoggedIn()?"Care Of / 我的備註": intl.formatMessage({id: 'myRemarks'}), + headerName: isORGLoggedIn()? intl.formatMessage({id: 'gazetteCount2_1'}) : intl.formatMessage({id: 'myRemarks'}), width: isMdOrLg ? 'auto' : 400, flex: isMdOrLg ? 3 : undefined, renderCell: (params) => ( diff --git a/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js b/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js index ebdc1d8..e1f2df8 100644 --- a/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js +++ b/src/pages/PublicNotice/ListPanel/PendingPaymentTab.js @@ -160,7 +160,7 @@ export default function SubmittedTab({ rows }) { { id: 'remarks', field: 'remarks', - headerName: isORGLoggedIn() ? "Care Of / 我的備註" : intl.formatMessage({id: 'myRemarks'}), + headerName: isORGLoggedIn() ? intl.formatMessage({id: 'gazetteCount2_1'}) : intl.formatMessage({id: 'myRemarks'}), width: isMdOrLg ? 'auto' : 400, flex: isMdOrLg ? 3 : undefined, renderCell: (params) => ( diff --git a/src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js b/src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js index 2872274..ce1c222 100644 --- a/src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js +++ b/src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js @@ -77,7 +77,7 @@ export default function SearchPublicNoticeTable({ recordList }) { { id: 'remarks', field: 'remarks', - headerName: isORGLoggedIn()?"Care Of / 我的備註": intl.formatMessage({id: 'myRemarks'}), + headerName: isORGLoggedIn()? intl.formatMessage({id: 'gazetteCount2_1'}) : intl.formatMessage({id: 'myRemarks'}), width: isMdOrLg ? 'auto' : 400, flex: isMdOrLg ? 3 : undefined, renderCell: (params) => ( diff --git a/src/translations/en.json b/src/translations/en.json index fad2705..76ff44f 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -281,6 +281,7 @@ "applyStatus": "Application Status", "gazetteCount": "Gazette issues number", "gazetteCount2" :"Gazette issues number / Remarks", + "gazetteCount2_1" :"Care Of / Remarks", "gazetteCount3" :"Gazette issues number / Care Of/ Remarks", "publishDate": "Publish date", "draftFile": "Manuscript file", diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index 4c9baaf..f802ca4 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -280,6 +280,7 @@ "applyStatus": "申请状态", "gazetteCount": "宪报期数", "gazetteCount2" :"宪报期数 / 我的备注", + "gazetteCount2_1" :"Care Of / 我的备注", "gazetteCount3" :"宪报期数 / Care Of/ 我的备注", "publishDate": "发布日期", "draftFile": "稿件档案", diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index 345bf59..d377377 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -280,6 +280,7 @@ "applyStatus": "申請狀態", "gazetteCount": "憲報期數", "gazetteCount2" :"憲報期數 / 我的備註", + "gazetteCount2_1" :"Care Of / 我的備註", "gazetteCount3" :"憲報期數 / Care Of/ 我的備註", "publishDate": "發佈日期", "draftFile": "稿件檔案",