Skip to content

Commit

Permalink
fix: Optimize some translations (#7495)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf-kingx authored Dec 20, 2024
1 parent d195ce9 commit 6274015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/i18n/lang/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 6274015

Please sign in to comment.