From 6274015d06c4e147d8a8a60dc54505f4baead0e5 Mon Sep 17 00:00:00 2001 From: wolf <141667200+wolf-kingx@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:45:45 +0800 Subject: [PATCH] fix: Optimize some translations (#7495) --- 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 d36bb9ae6e09..6b816d6bd6c8 100644 --- a/backend/i18n/lang/en.yaml +++ b/backend/i18n/lang/en.yaml @@ -31,7 +31,7 @@ SystemRestart: "System restart causes task interruption" #app ErrPortInUsed: "{{ .detail }} port already in use" ErrAppLimit: "App exceeds install limit" -ErrAppRequired: "{{ .detail }} app is required" +ErrAppRequired: "The {{ .detail }} app is required" ErrNotInstall: "App not installed" ErrPortInOtherApp: "{{ .port }} port already in use by app {{ .apps }}" ErrDbUserNotValid: "Stock database, username and password do not match!"