We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3634187 commit 8adca53Copy full SHA for 8adca53
src/app/account-app/account-receipt.component.html
@@ -10,9 +10,9 @@ <h1>Payment receipt</h1>
10
</div>
11
12
<div *ngIf="receipt.status === 1">
13
- <h1>Pending payment</h1>
+ <h1>Incomplete payment</h1>
14
<p>
15
- The details for your pending transaction are shown below.
+ The details for your incomplete transaction are shown below.
16
</p>
17
<h4>
18
To complete your payment, please follow the instructions further down.
0 commit comments