Browse Source

feat: NG-71: 会员奖金计算调整

kevin 1 year ago
parent
commit
fc3279fa93
2 changed files with 3 additions and 3 deletions
  1. 1 1
      common/messages/en-US/app.php
  2. 2 2
      common/messages/en-US/ctx.php

+ 1 - 1
common/messages/en-US/app.php

@@ -34,7 +34,7 @@ return [
     'instalmentOrderInProcess' => '分期商品订单未完成',
     'productsDoesSoldOut' => 'Products has sold out!',
     'cashDoesNotAdequate' => 'Insufficient balance, unable to make the payment.',
-    'userPerformanceDoesNotAdequate' => 'User Performance, unable to make the payment.',
+    'userPerformanceDoesNotAdequate' => 'Performance bonus, unable to make the payment.',
     'exchangePointDoesNotAdequate' => '兑换积分不足,无法购买商品',
     'travelPointDoesNotAdequate' => '旅游积分不足,无法购买商品',
     'carFundPointDoesNotAdequate' => '车奖积分不足,无法购买商品',

+ 2 - 2
common/messages/en-US/ctx.php

@@ -102,7 +102,7 @@ return [
     'shopOrderListGetOrderStatusPaymentFailed' => 'Payment failed',
     'balanceAuditListGetBalanceAuditType' => 'Member bonus account',
     'balanceAuditListCash' => 'Member Ecoin account',
-    'balanceAuditListPrp' => 'User Performance account',
+    'balanceAuditListPrp' => 'Performance Bonus account',
     'balanceAuditListGaragePoints' => 'Car points',
     'balanceAuditListVillaPoints' => 'Villa points',
     'financeRechargeListStatusTobeReviewed' => 'To be reviewed',
@@ -611,7 +611,7 @@ return [
     # Bonus
     'memberBonus' => 'Member Bonus',
     'memberEcoin' => 'Member Ecoin',
-    'userPerformance' => 'User Performance',
+    'userPerformance' => 'Performance Bonus',
     'travelIncentive' => 'Travel Incentive',
     'carIncentive' => 'Car Incentive',
     'villaIncentive' => 'Villa Incentive',