diff --git a/app/AdminSupplier/Controllers/ProductController.php b/app/AdminSupplier/Controllers/ProductController.php
index a5cc89d..afb3316 100644
--- a/app/AdminSupplier/Controllers/ProductController.php
+++ b/app/AdminSupplier/Controllers/ProductController.php
@@ -98,7 +98,7 @@ class ProductController extends AdminController
$form->editor('content')->required();
if ($form->isEditing()) {
- $form->confirm('提示', '为了保障代理商利益,编辑产品将下架所有关联的代理商产品,是否继续?');
+ $form->confirm('提示', '编辑产品需要重新审核,同时下架所有关联的代理商产品,是否继续?');
}
})->saving(function (Form $form) {
//不允许编辑非自己数据