- Your account is deactivated and scheduled for permanent deletion on {formattedDate}. -
-- {daysRemaining > 0 ? ( - <> - {daysRemaining} day{daysRemaining !== 1 ? 's' : ''} remaining to cancel. - > - ) : ( - 'You can now confirm deletion with your confirmation code.' - )} -
+ {status === 'pending' ? ( + <> ++ You have requested account deletion. Please check your email for a confirmation code. + You must enter the code within 24 hours to proceed. +
++ After confirming with the code, your account will be deactivated and scheduled for deletion on{' '} + {formattedDate}. +
+ > + ) : ( + <> ++ Your account is deactivated and scheduled for permanent deletion on{' '} + {formattedDate}. +
++ {daysRemaining > 0 ? ( + <> + {daysRemaining} day{daysRemaining !== 1 ? 's' : ''} remaining to cancel. + > + ) : ( + 'Your account will be deleted within 24 hours.' + )} +
+ > + )}