From b92ed5e59e60643cfec1fb5cfd47f05a15071c53 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 20 Dec 2021 09:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/actions/default/settings/updates/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web/actions/default/settings/updates/index.go b/internal/web/actions/default/settings/updates/index.go index 0e2b51e2..f7e033a4 100644 --- a/internal/web/actions/default/settings/updates/index.go +++ b/internal/web/actions/default/settings/updates/index.go @@ -97,7 +97,7 @@ func (this *IndexAction) RunPost(params struct { } else { this.Data["result"] = maps.Map{ "isOk": true, - "message": "你安装已经是最新版本,无需更新", + "message": "你已安装最新版本,无需更新", } this.Success() }