copy
This commit is contained in:
parent
33ee8ed3b7
commit
1f902726fb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class ModalTransactionFailed extends React.PureComponent<Props> {
|
|||
return (
|
||||
<Modal isOpen contentLabel={__('Transaction failed')} title={__('Transaction failed')} onConfirmed={closeModal}>
|
||||
<p>
|
||||
{__("Try refreshing to fix the issue. If that doesn't work, email %SITE_HELP_EMAIL% for support.", {
|
||||
{__('Sorry about that. Contact %SITE_HELP_EMAIL% if you continue to have issues.', {
|
||||
SITE_HELP_EMAIL,
|
||||
})}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue