소스 검색

update label

master
Anna Ho 1 년 전
부모
커밋
8ff00d46c9
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -2
      src/pages/Proof/Reply_GLD/ApplicationDetails.js
  2. +1
    -1
      src/translations/en.json

+ 2
- 2
src/pages/Proof/Reply_GLD/ApplicationDetails.js 파일 보기

@@ -139,7 +139,7 @@ const ApplicationDetailCard = ({
<Grid container alignItems={"center"}>
<Grid item xs={12} md={3} lg={3}
sx={{ display: 'flex', alignItems: 'center' }}>
<FormLabel><Typography variant="h5">App No.:</Typography></FormLabel>
<FormLabel><Typography variant="h5">App. No.:</Typography></FormLabel>
</Grid>

<Grid item xs={12} md={9} lg={9}>
@@ -151,7 +151,7 @@ const ApplicationDetailCard = ({
<Grid container alignItems={"left"}>
<Grid item xs={12} md={3} lg={3}
sx={{ display: 'flex', alignItems: 'center' }}>
<FormLabel><Typography variant="h5">Status:</Typography></FormLabel>
<FormLabel><Typography variant="h5">App. Status:</Typography></FormLabel>
</Grid>

<Grid item xs={12} md={9} lg={9} sx={{ display: 'flex', alignItems: 'center' }}>


+ 1
- 1
src/translations/en.json 파일 보기

@@ -354,7 +354,7 @@
"publicNoticeDetailTitle": "Public Notice Application Information",
"applyPerson": "Applicant",
"applyStatus": "Application Status",
"applyStatus": "App. Status",
"gazetteCount": "Gazette issues number",
"gazetteCount2" :"Gazette issues number / Remarks",
"gazetteCount2_1" :"Care Of / Remarks",


불러오는 중...
취소
저장