From 52865fb7e89dcf18a99f07fef56cb73a80126b39 Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:53:09 +0200 Subject: [PATCH] UI: Change deleted account error text (#5038) --- src/util/getReadableErrorText.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/getReadableErrorText.ts b/src/util/getReadableErrorText.ts index f327d608d..76ded2e4f 100644 --- a/src/util/getReadableErrorText.ts +++ b/src/util/getReadableErrorText.ts @@ -71,7 +71,7 @@ const READABLE_ERROR_MESSAGES: Record = { ADMIN_RANK_EMOJI_NOT_ALLOWED: 'An admin rank cannot contain emojis', ADMIN_RANK_INVALID: 'The specified admin rank is invalid', FRESH_CHANGE_ADMINS_FORBIDDEN: 'You were just elected admin, you can\'t add or modify other admins yet', - INPUT_USER_DEACTIVATED: 'The specified user was deleted', + INPUT_USER_DEACTIVATED: 'Can\'t do this action to a deleted account', BOT_PRECHECKOUT_TIMEOUT: 'The request for payment has expired', PEERS_LIST_EMPTY: 'No chats are added to the list',