From 7f5a4eade564956492c5a7f839c26046b8501e69 Mon Sep 17 00:00:00 2001 From: Geir Thomas Andersen Date: Mon, 15 Jun 2026 22:55:54 +0200 Subject: [PATCH] fix(payments): Correct typo. --- src/app/account-app/account-receipt.component.html | 2 +- src/app/app.module.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@

Cryptocurrency transfer

- 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 }