fix: 修正英文国际化翻译 (#7491)

Co-authored-by: liubo <liubo@fit2cloud.com>
pull/7492/head
liuboF2c 2024-12-20 17:29:43 +08:00 committed by GitHub
parent e56feaf826
commit 5cdea288e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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!"