diff --git a/src/app/account-app/account-receipt.component.html b/src/app/account-app/account-receipt.component.html index 4e546f31b..cafdef559 100644 --- a/src/app/account-app/account-receipt.component.html +++ b/src/app/account-app/account-receipt.component.html @@ -73,7 +73,7 @@
- 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.
diff --git a/src/app/app.module.ts b/src/app/app.module.ts index bced66edb..b1f5e3961 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -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 }