Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/account-app/account-receipt.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>
<h2> Cryptocurrency transfer </h2>

<p>
Choose one of the available cryptocurencies below and send the correct amount (converted from USD to the desired currency) to the specified address by copying and pasting it into your cryptocurency app or scanning the QR code with your mobile phone camera.
Choose one of the available cryptocurrencies below and send the correct amount (converted from USD to the desired currency) to the specified address by copying and pasting it into your cryptocurrency app or scanning the QR code with your mobile phone camera.
</p>

<p>
Expand Down
1 change: 1 addition & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const routes: Routes = [
// can't handle it with a simple redirectTo because it'd lose the query params
// (https://github.com/angular/angular/issues/13315)
{ path: 'domainregistration', component: DomainRegisterRedirectComponent },
{ path: 'signup', component: SignupPageComponent },
]
},
{ path: 'login', component: LoginComponent }
Expand Down
Loading