Update warning prompt message.
This commit is contained in:
parent
49d52faeb6
commit
38fbc19fac
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class ModalConfirmTransaction extends React.PureComponent<Props> {
|
||||||
<blockquote>{amount} LBC</blockquote>
|
<blockquote>{amount} LBC</blockquote>
|
||||||
<p>{__('To address: ')}</p>
|
<p>{__('To address: ')}</p>
|
||||||
<blockquote>{address}</blockquote>
|
<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>
|
</Modal>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue