diff --git a/src/util/getReadableErrorText.ts b/src/util/getReadableErrorText.ts index 30055ecd4..ed10b42b8 100644 --- a/src/util/getReadableErrorText.ts +++ b/src/util/getReadableErrorText.ts @@ -61,6 +61,7 @@ const READABLE_ERROR_MESSAGES: Record = { CHANNELS_TOO_MUCH: 'You have joined too many channels/supergroups', USER_ALREADY_PARTICIPANT: 'You already in the group', SCHEDULE_DATE_INVALID: 'Invalid schedule date provided', + WALLPAPER_DIMENSIONS_INVALID: 'The wallpaper dimensions are invalid, please select another file', }; export default function getReadableErrorText(error: ApiError) {