Update warning prompt message.

This commit is contained in:
Daniel Dominguez 2018-05-30 16:33:21 -03:00 committed by Sean Yesmunt
parent 49d52faeb6
commit 38fbc19fac

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>
);
}