Skip to content

Commit 191fcb7

Browse files
authored
Update landing page title (#3186)
1 parent abf37b5 commit 191fcb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/frontend/src/routes/(new-styling)/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
<SolveCaptcha {...authFlow.captcha} />
6868
{:else}
6969
<h1 class="text-text-primary my-2 self-start text-2xl font-medium">
70-
{lastUsedIdentities.length > 0 ? "Choose identity" : "Sign in"}
70+
Manage your Internet&nbsp;Identity
7171
</h1>
7272
<p class="text-text-secondary mb-6 self-start text-sm">
7373
{lastUsedIdentities.length > 0
74-
? "you want to manage"
75-
: "to manage your identity"}
74+
? "choose identity to continue"
75+
: "sign in to continue"}
7676
</p>
7777
{#if lastUsedIdentities.length > 0}
7878
<div class="flex flex-col gap-1.5">

0 commit comments

Comments
 (0)