diff --git a/ng-app/src/routes/WalletCreate.svelte b/ng-app/src/routes/WalletCreate.svelte index ba6eeb3..76d3181 100644 --- a/ng-app/src/routes/WalletCreate.svelte +++ b/ng-app/src/routes/WalletCreate.svelte @@ -984,7 +984,7 @@ d="M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418" /> - {$t("pages.wallet_create.register_with", { + {$t("pages.wallet_create.register_with_broker", { values: { broker: pre_invitation.V0.name || "this broker" }, })} @@ -1108,7 +1108,8 @@ --> {#if import.meta.env.NG_APP_WEB} -
+ +
diff --git a/ng-app/src/styles.css b/ng-app/src/styles.css index 6501ad7..234a724 100644 --- a/ng-app/src/styles.css +++ b/ng-app/src/styles.css @@ -226,7 +226,7 @@ div[role="alert"] div { } .choice-button { - min-width: 320px; + min-width: 305px; } .clickable {