Skip to content

Commit

Permalink
Added error code in safety limit error (mattermost#26585)
Browse files Browse the repository at this point in the history
* Update error text

* Typo

* Update server/i18n/en.json

Co-authored-by: Harrison Healey <[email protected]>

---------

Co-authored-by: Harrison Healey <[email protected]>
  • Loading branch information
marianunez and hmhealey authored Mar 26, 2024
1 parent 408608d commit c7da6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4180,7 +4180,7 @@
},
{
"id": "api.user.create_user.user_limits.exceeded",
"translation": "Can't create user. Server exceeds safe user limit. Contact your system administrator."
"translation": "Can't create user. Server exceeds safe user limit. Contact your administrator with: ERROR_SAFETY_LIMITS_EXCEEDED."
},
{
"id": "api.user.delete_channel.not_enabled.app_error",
Expand Down Expand Up @@ -7184,7 +7184,7 @@
},
{
"id": "app.user.update_active.user_limit.exceeded",
"translation": "Can't activate user. Server exceeds safe user limit. Contact your system administrator. Error code: ERROR_SAFETY_LIMITS_EXCEEDED."
"translation": "Can't activate user. Server exceeds safe user limit. Contact your administrator with: ERROR_SAFETY_LIMITS_EXCEEDED."
},
{
"id": "app.user.update_active_for_multiple_users.updating.app_error",
Expand Down

0 comments on commit c7da6b4

Please sign in to comment.