From 5cdea288e22bb6c3fe22f0cbfa38cb8ffd0a09b5 Mon Sep 17 00:00:00 2001 From: liuboF2c <30886198+liuboF2c@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:29:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E7=BF=BB=E8=AF=91=20(#7491)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: liubo --- backend/i18n/lang/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/i18n/lang/en.yaml b/backend/i18n/lang/en.yaml index 39b80c6f9..579077f09 100644 --- a/backend/i18n/lang/en.yaml +++ b/backend/i18n/lang/en.yaml @@ -14,7 +14,7 @@ ErrApiConfigIPInvalid: "API Interface IP is not on the whitelist: {{ .detail }}" ErrApiConfigDisable: "This interface prohibits the use of API Interface calls: {{ .detail }}" #common -ErrNameIsExist: "Name is already exist" +ErrNameIsExist: "Name is already exists" ErrDemoEnvironment: "Demo server, prohibit this operation!" ErrCmdTimeout: "Command execution timed out!" ErrCmdIllegal: "The command contains illegal characters. Please modify and try again!"