mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
i18n: Translate deactivation errors in the webapp.
This commit is contained in:
@@ -243,7 +243,7 @@ exports.on_load_success = function (realm_people_data) {
|
||||
|
||||
if ($("#deactivation_user_modal .email").html() !== email) {
|
||||
blueslip.error("User deactivation canceled due to non-matching fields.");
|
||||
ui_report.message("Deactivation encountered an error. Please reload and try again.",
|
||||
ui_report.message(i18n.t("Deactivation encountered an error. Please reload and try again."),
|
||||
$("#home-error"), 'alert-error');
|
||||
}
|
||||
$("#deactivation_user_modal").modal("hide");
|
||||
|
||||
Reference in New Issue
Block a user