state transaction failure in transaction modal
This commit is contained in:
parent
cdbfd73893
commit
8733f3a590
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class ModalTransactionFailed extends React.PureComponent {
|
||||||
contentLabel={__("Transaction failed")}
|
contentLabel={__("Transaction failed")}
|
||||||
onConfirmed={closeModal}
|
onConfirmed={closeModal}
|
||||||
>
|
>
|
||||||
{__("Something went wrong")}:
|
{__("Transaction failed.")}:
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue