From 5b05826549b46fb5733aa6629a67c4bc81644287 Mon Sep 17 00:00:00 2001 From: hdm Date: Sat, 11 Jun 2022 17:38:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=A8=A1=E6=9D=BF=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/message.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/message.php b/config/message.php index c9e6229..c829fb3 100644 --- a/config/message.php +++ b/config/message.php @@ -13,18 +13,18 @@ return [ 'link' => '查看详情', ], 21 => [ - 'title' => '{from_user}提交了一个『{title}』,请及时审批', + 'title' => '{from_user}提交了一个『{title}申请』,请及时审批', 'content' => '您有一个新的『{title}审批』需要处理。', 'link' => '去审批', ], 22 => [ - 'title' => '您提交的『{title}』已被审批通过', - 'content' => '您在{create_time}提交的『{title}』已于{date}被审批通过。', + 'title' => '您提交的『{title}申请』已被审批通过', + 'content' => '您在{create_time}提交的『{title}申请』已于{date}被审批通过。', 'link' => '查看详情', ], 23 => [ - 'title' => '您提交的『{title}』已被驳回拒绝', - 'content' => '您在{create_time}提交的『{title}』已于{date}被驳回拒绝。', + 'title' => '您提交的『{title}申请』已被驳回拒绝', + 'content' => '您在{create_time}提交的『{title}申请』已于{date}被驳回拒绝。', 'link' => '查看详情', ], 31 => [