Browse Source

重建礼物

lizhen_gitee 8 months ago
parent
commit
fbd0fdbaca

+ 2 - 2
application/admin/lang/zh-cn/gift.php

@@ -4,7 +4,7 @@ return [
     'Id'            => 'ID',
     'No'            => '编号',
     'Name'          => '名称',
-    'Type'          => '类别',
+    'Type'          => '礼物分组',
     'Value'         => '价值',
     'Price'         => '价格',
     'Image'         => '图片',
@@ -19,5 +19,5 @@ return [
     'Wallettype'    => '花费类型',
     'Wallettype 1'  => '金币',
     'Wallettype 2'  => '钻石',
-    'Gifttype.name' => '礼物类型'
+    'Gifttype.name' => '礼物分组'
 ];

+ 1 - 1
application/admin/lang/zh-cn/gifttype.php

@@ -1,7 +1,7 @@
 <?php
 
 return [
-    'Name'      => '礼物类型',
+    'Name'      => '礼物分组',
     'Is_show'   => '是否显示',
     'Is_show 1' => '是',
     'Is_show 0' => '否',