vbea 2 лет назад
Родитель
Сommit
b063e1ae27

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Thu Nov 23 16:14:23 CST 2023
-VERSION_CODE=362
+#Thu Nov 23 17:22:13 CST 2023
+VERSION_CODE=363

+ 3 - 2
Strides-APP/app/i18n/locales/en.js

@@ -81,7 +81,7 @@ export default {
   },
   sign: {
     aConfirmationEmailTo: "a confirmation email has been sent to",
-    agreePDVInfoAccurate: "I agree that the information that i’m submitting is the latest and accurate.",
+    agreePDVInfoAccurate: "I agree that the information that I’m submitting is the latest and accurate.",
     back2Login: "Back to Login",
     btnLogin: "LOGIN",
     btnSendOTP: "EMAIL OTP",
@@ -436,7 +436,8 @@ export default {
     statusPending: "Pending",
     statusRejected: "Rejected",
     labelUpload: "Upload\nMembership\nCard (Front)",
-    labelPHVNo: "PHV No.",
+    labelPHVNo: "License No.",
+    labelMemberLicenceNo: "Member/License No.",
     labelPDVPhotos: "Upload\nPHV Photos\n(Front)",
     labelRequirement: "Submission\nRequirements",
     placeLast4Digits: "Input last 4 Digits",

+ 1 - 0
Strides-APP/app/i18n/locales/zh-TW.js

@@ -437,6 +437,7 @@ export default {
     statusRejected: "審核拒絕",
     labelUpload: "請上載會員卡\n正面照片",
     labelPHVNo: "PHV駕駛證號",
+    labelMemberLicenceNo: "會員卡/駕駛證編號",
     labelPDVPhotos: "請上載駕駛證\n照片 (正面)",
     labelRequirement: "提交須知",
     placeLast4Digits: "請鍵入最後4位數字",

+ 1 - 0
Strides-APP/app/i18n/locales/zh.js

@@ -437,6 +437,7 @@ export default {
     statusRejected: "审核未通过",
     labelUpload: "请上传会员卡\n正面照片",
     labelPHVNo: "PHV驾驶证号",
+    labelMemberLicenceNo: "会员卡/驾驶证编号",
     labelPDVPhotos: "请上传驾驶证\n照片 (正面)",
     labelRequirement: "提交须知",
     placeLast4Digits: "请输入最后4位数字",