{text}
++ {formatMessage({ id: 'label.donating_to' })}{' '} + + {project.title || '--'} + +
+ {formatAmountToDisplay(amount)} ++ {formatMessage({ + id: 'label.you_are_donating', + })} +
++ {formatMessage({ + id: 'label.remaining_time', + })} +
++ {formatMessage({ + id: 'label.you_need_to_submit_your_donation_before_the_timer_runs_out', + })} +
++ {formatMessage({ + id: 'label.donating_to', + })} +
+ {title || '--'} ++ {formatMessage({ + id: 'label.did_the_donation_but_not_confirmed', + })} +
++ {formatMessage({ + id: + status === 'pending' + ? 'label.please_wait_we_will_update' + : 'label.the_donation_was_successful', + })} +
+ )} +