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 abf37b5 commit 191fcb7Copy full SHA for 191fcb7
src/frontend/src/routes/(new-styling)/+page.svelte
@@ -67,12 +67,12 @@
67
<SolveCaptcha {...authFlow.captcha} />
68
{:else}
69
<h1 class="text-text-primary my-2 self-start text-2xl font-medium">
70
- {lastUsedIdentities.length > 0 ? "Choose identity" : "Sign in"}
+ Manage your Internet Identity
71
</h1>
72
<p class="text-text-secondary mb-6 self-start text-sm">
73
{lastUsedIdentities.length > 0
74
- ? "you want to manage"
75
- : "to manage your identity"}
+ ? "choose identity to continue"
+ : "sign in to continue"}
76
</p>
77
{#if lastUsedIdentities.length > 0}
78
<div class="flex flex-col gap-1.5">
0 commit comments