vbea hace 2 años
padre
commit
c47d3f11b5

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

@@ -551,6 +551,7 @@ export default {
     btnPoints: " POINTS",
     btnPoints: " POINTS",
     noData: "No Data",
     noData: "No Data",
     noMore: "No More",
     noMore: "No More",
+    voucherType: "Voucher Type",
     plsinputPromoCode: "Please input promo code"
     plsinputPromoCode: "Please input promo code"
   }
   }
 }
 }

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

@@ -551,6 +551,7 @@ export default {
     btnPoints: " 積分",
     btnPoints: " 積分",
     noData: "沒有優惠券數據",
     noData: "沒有優惠券數據",
     noMore: "已經到底了",
     noMore: "已經到底了",
+    voucherType: "優惠券類別",
     plsinputPromoCode: "請鍵入兌換代碼"
     plsinputPromoCode: "請鍵入兌換代碼"
   }
   }
 }
 }

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

@@ -551,6 +551,7 @@ export default {
     btnPoints: " 积分",
     btnPoints: " 积分",
     noData: "没有代金券数据",
     noData: "没有代金券数据",
     noMore: "到底了",
     noMore: "到底了",
+    voucherType: "代金券类型",
     plsinputPromoCode: "请输入兑换码"
     plsinputPromoCode: "请输入兑换码"
   }
   }
 }
 }

+ 1 - 1
Strides-APP/app/pages/vouchers/VoucherType.js

@@ -26,7 +26,7 @@ export default VoucherType = ({
         style={styles.selectView}
         style={styles.selectView}
         textStyle={styles.selectText}
         textStyle={styles.selectText}
         rippleStyle={{}}
         rippleStyle={{}}
-        title={$t('members.membership')}
+        title={$t('voucher.voucherType')}
         list={options}
         list={options}
         value={type}
         value={type}
         autoSelect={true}
         autoSelect={true}