From 53f1149672b71ab348e878c2fa9fbcf918ad1923 Mon Sep 17 00:00:00 2001 From: liangyuyan <1103300295@qq.com> Date: Wed, 14 Oct 2020 10:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA-=E5=88=97=E8=A1=A8=E6=96=87?= =?UTF-8?q?=E5=AD=97=E4=BF=AE=E6=94=B9-=E5=BC=80=E5=90=AF=E9=97=A8?= =?UTF-8?q?=E5=BA=97-=E3=80=8B=E7=A6=81=E7=94=A8/=E5=90=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh-CN/store.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/zh-CN/store.php b/resources/lang/zh-CN/store.php index c414316..c6190d2 100644 --- a/resources/lang/zh-CN/store.php +++ b/resources/lang/zh-CN/store.php @@ -24,8 +24,8 @@ return [ 'business_license' => '营业资质', 'category_id' => '店铺所属分类', 'category_name' => '店铺分类', - 'is_open' => '开启门店', - 'is_open_text' => '开启门店', + 'is_open' => '禁用/启用', + 'is_open_text' => '禁用/启用', 'sort' => '排序', 'user_id' => '提现用户', 'environment' => '商家环境',