Add confirmation propmt before sending a transaction. #1525

Merged
dan1d merged 3 commits from issue-947 into master 2018-06-01 19:35:26 +02:00
Showing only changes of commit 38fbc19fac - Show all commits

View file

@ -35,7 +35,7 @@ class ModalConfirmTransaction extends React.PureComponent<Props> {
<blockquote>{amount} LBC</blockquote>
<p>{__('To address: ')}</p>
<blockquote>{address}</blockquote>
<p>{__('Once the transaction is sent, there is no rollback!')}</p>
<p>{__('Once the transaction is sent, it cannot be reversed.')}</p>
</Modal>
);
}