diff --git a/src/translations/en.json b/src/translations/en.json index cce2bea..8cff8ec 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -243,7 +243,7 @@ "uploadIdDoc": "Upload identity document", "fileName": "File name", "fileSize": "File size", - "fileSizeWarning": "Upload file size should be <10MB", + "fileSizeWarning": "Upload file size should be within 10MB", "dnOverdueWarning": "Please settle the outstanding demand note(s) as soon as possible.", "noFile": "No file uploaded", "termsAndCondition": "Terms and Conditions", diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index 27620a7..6ee8e1e 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -266,7 +266,7 @@ "uploadIdDoc": "上传身份证明文件", "fileName": "档案名称", "fileSize": "档案大小", - "fileSizeWarning": "上传档案大小应<10MB", + "fileSizeWarning": "上传档案应不大于 10MB", "dnOverdueWarning": "请尽快缴付所有逾期未缴交的款额。", "noFile": "没有上传档案", "termsAndCondition": "条款和条件", diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index 55510f1..bab96d7 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -268,7 +268,7 @@ "uploadFile": "上傳商業登記證及其他文件", "fileName": "檔案名稱", "fileSize": "檔案大小", - "fileSizeWarning": "上傳檔案大小應<10MB", + "fileSizeWarning": "上傳檔案應不大於 10MB", "dnOverdueWarning": "請盡快繳付所有逾期未繳交的款額。", "noFile": "沒有上傳檔案", "termsAndCondition": "條款和條件",