浏览代码

update label

master
Jason Chuang 1年前
父节点
当前提交
423cff4718
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      src/pages/DemandNote/Search/DataGrid.js
  2. +1
    -1
      src/translations/zh-CN.json
  3. +1
    -1
      src/translations/zh-HK.json

+ 1
- 1
src/pages/DemandNote/Search/DataGrid.js 查看文件

@@ -440,7 +440,7 @@ export default function SearchDemandNote({ recordList, reloadFun, applySearch })
}}
>
<DialogContent style={{ display: 'flex', }}>
<Typography variant="h4" style={{ padding: '16px' }}>Calculating, please wait ...</Typography>
<Typography variant="h4" style={{ padding: '16px' }}>Please wait ...</Typography>
</DialogContent>
</Dialog>
</div>


+ 1
- 1
src/translations/zh-CN.json 查看文件

@@ -437,7 +437,7 @@
"creditorAccount": "债权人帐户",
"nameEng": "姓名 (英文)",
"nameChi": "姓名 (中文)",
"expiryDate": "过期日期",
"expiryDate": "屆滿日期",
"create": "创建",
"confirmTo": "确定",



+ 1
- 1
src/translations/zh-HK.json 查看文件

@@ -440,7 +440,7 @@
"creditorAccount": "債權人帳戶",
"nameEng": "姓名 (英文)",
"nameChi": "姓名 (中文)",
"expiryDate": "過期日期",
"expiryDate": "屆滿日期",
"create": "創建",
"confirmTo": "確定",



正在加载...
取消
保存