{i18n.str`You already paid for this, clicking "Confirm payment" will not cost money again.`}
: )} {(this.state.checkPayError ?{this.state.checkPayError}
: )}There was an error paying (attempt #{this.state.payAttempt}):
{JSON.stringify(this.state.confirmPayError)}
{ this.state.abortStarted
? {i18n.str`Aborting payment ...`}
: this.state.abortDone
? {i18n.str`Payment aborted!`}
: <>
>
}
The total price is {amount}{" "} (plus {renderAmount(this.state.payStatus.coinSelection.totalFees)} fees).
:The total price is {amount}.
} { this.state.confirmPayError ? PayErrorDialog() : ConfirmPayDialog() }