diff --git a/app/data/controller/UserRebate.php b/app/data/controller/UserRebate.php
index f04dab601..abbddb105 100644
--- a/app/data/controller/UserRebate.php
+++ b/app/data/controller/UserRebate.php
@@ -75,7 +75,7 @@ class UserRebate extends Controller
}
/**
- * 返利奖励配置
+ * 用户返利配置
* @auth true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
@@ -84,7 +84,7 @@ class UserRebate extends Controller
public function config()
{
$this->skey = 'RebateRule';
- $this->title = '返利奖励配置';
+ $this->title = '用户返利配置';
if ($this->request->isGet()) {
$this->data = sysdata($this->skey);
$this->levels = UserUpgradeService::instance()->levels();
diff --git a/app/data/controller/UserTransfer.php b/app/data/controller/UserTransfer.php
index bdf77aeda..550c0955a 100644
--- a/app/data/controller/UserTransfer.php
+++ b/app/data/controller/UserTransfer.php
@@ -33,7 +33,7 @@ class UserTransfer extends Controller
}
/**
- * 提现规则配置
+ * 用户提现配置
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
@@ -41,7 +41,7 @@ class UserTransfer extends Controller
public function config()
{
$this->skey = 'TransferRule';
- $this->title = '提现规则配置';
+ $this->title = '用户提现配置';
$this->_sysdata();
}
diff --git a/app/data/view/user_rebate/index.html b/app/data/view/user_rebate/index.html
index ce790678f..3cf8cb81d 100644
--- a/app/data/view/user_rebate/index.html
+++ b/app/data/view/user_rebate/index.html
@@ -2,7 +2,7 @@
{block name="button"}
-返利规则配置
+用户返利配置
{/block}
diff --git a/app/data/view/user_transfer/index.html b/app/data/view/user_transfer/index.html
index 50ac6327f..c0825ec66 100644
--- a/app/data/view/user_transfer/index.html
+++ b/app/data/view/user_transfer/index.html
@@ -2,7 +2,7 @@
{block name="button"}
-提现规则配置
+用户提现配置