From dfe6ca1c9d5e1c035ef7434f20e749ca2a60c510 Mon Sep 17 00:00:00 2001
From: Smile <2767057906@qq.com>
Date: Tue, 18 Mar 2025 11:51:20 +0800
Subject: [PATCH] =?UTF-8?q?320=20web/app=E5=BD=93=E6=8E=A7=E8=B4=A7?=
 =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=98=AF=E5=88=86=E6=89=B9=E6=94=BE=E8=B4=A7?=
 =?UTF-8?q?=E6=97=B6=E6=89=8D=E9=9C=80=E5=BC=B9=E5=87=BA=E6=88=AA=E5=9B=BE?=
 =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=8F=90=E7=A4=BA=EF=BC=8C=E6=8F=90=E7=A4=BA?=
 =?UTF-8?q?=E8=AF=8D=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/lang/en.js | 2 +-
 src/lang/zh.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lang/en.js b/src/lang/en.js
index f344ac4..f3c6ef1 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -660,7 +660,7 @@ export default {
     admin: 'Admin',
     createTime: 'Create Time',
     customerService: 'Customer service',
-    noSeeBillLading: 'This order will be released in batches. Please contact the shipper to obtain the Bill of Lading (B/L).'
+    noSeeBillLading: 'Please contact the shipper to obtain the Bill of Lading (B/L).'
   },
   customer: {
     none: 'none',
diff --git a/src/lang/zh.js b/src/lang/zh.js
index 1a9f109..4f72640 100644
--- a/src/lang/zh.js
+++ b/src/lang/zh.js
@@ -638,7 +638,7 @@ export default {
     admin: '后台用户',
     createTime: '创建时间',
     customerService: '客户经理',
-    noSeeBillLading: '此订单分批放货,请与发货人联系获取提单。'
+    noSeeBillLading: '请与发货人联系获取提单。'
   },
   customer: {
     none: 'æ— ',
-- 
2.22.0