feat: add missing backend i18n texts (#3863)

This commit is contained in:
DacongDA
2025-06-06 00:03:04 +08:00
committed by GitHub
parent 8a098a4b6e
commit c6a50349cc
52 changed files with 833 additions and 83 deletions

View File

@ -545,7 +545,7 @@ func (c *ApiController) SetPassword() {
return
}
if organization == nil {
c.ResponseError(fmt.Sprintf(c.T("the organization: %s is not found"), targetUser.Owner))
c.ResponseError(fmt.Sprintf(c.T("auth:the organization: %s is not found"), targetUser.Owner))
return
}