I noticed this in mattermost but probably else where. Some messages that are shown to the user are missing translations. Some examples:
return c.JSON(http.StatusOK, apps.NewDataResponse("Installed successfully"))
or
msg := fmt.Sprintf("Please click in the following link to tie a org %s", baseURL.String())
These need to be translated properly. Please check all integrations are translated properly
Yader Velasquez referenced this ticket in commit eb9736c.
Yader Velasquez referenced this ticket in commit 010ad9f.