From 0c7a4850a253cfa59fbb95b756269441f6ad2564 Mon Sep 17 00:00:00 2001 From: Karson Date: Fri, 23 Jul 2021 17:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8A=A5=E9=94=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/view/tpl/think_exception.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/common/view/tpl/think_exception.tpl b/application/common/view/tpl/think_exception.tpl index 5cbdd662..104e9f4a 100755 --- a/application/common/view/tpl/think_exception.tpl +++ b/application/common/view/tpl/think_exception.tpl @@ -6,9 +6,9 @@ $debug = function_exists('config') ? config('app_debug') : false; $lang = [ 'An error occurred' => '发生错误', 'Home' => '返回主页', - 'Feedback' => '反馈错误', + 'Previous Page' => '返回上一页', 'The page you are looking for is temporarily unavailable' => '你所浏览的页面暂时无法访问', - 'You can return to the previous page and try again' => '你可以返回上一页重试,或直接向我们反馈错误报告' + 'You can return to the previous page and try again' => '你可以返回上一页重试' ]; $langSet = ''; @@ -94,7 +94,7 @@ $langSet == 'en' && $lang = array_combine(array_keys($lang), array_keys($lang));
- +