From c7da6b4741b5a70351f9450dfb004f88777c6319 Mon Sep 17 00:00:00 2001 From: Maria A Nunez Date: Mon, 25 Mar 2024 21:46:42 -0400 Subject: [PATCH] Added error code in safety limit error (#26585) * Update error text * Typo * Update server/i18n/en.json Co-authored-by: Harrison Healey --------- Co-authored-by: Harrison Healey --- server/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/i18n/en.json b/server/i18n/en.json index 62bdd46795..0d12b0f2f8 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -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", @@ -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",