Browse Source

翻译修改

kevin_zhangl 3 years ago
parent
commit
44aaf53459
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backendApi/modules/v1/models/lists/user/IndexList.php

+ 1 - 1
backendApi/modules/v1/models/lists/user/IndexList.php

@@ -263,7 +263,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
                     },
                 ],
                 'IS_RECHARGE' => [
-                    'header' => 'Wheter Recharge Display', // 是否显示充值
+                    'header' => 'Whether Recharge Display', // 是否显示充值
                     'value' => function($row) {
                         return (new YesNo([
                             'value' => $row['IS_RECHARGE'],