From 061bda7960987768b6d575c2454aa0477a15ba98 Mon Sep 17 00:00:00 2001 From: Scott Carlton Date: Wed, 3 Jun 2026 18:55:08 -0600 Subject: [PATCH] chore(login): shorten "Show other sign in options" to "Show other options" Co-Authored-By: Claude Opus 4.8 (1M context) --- src/routes/(auth)/login/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(auth)/login/+page.svelte b/src/routes/(auth)/login/+page.svelte index bf6d22cd..c1ea4e47 100644 --- a/src/routes/(auth)/login/+page.svelte +++ b/src/routes/(auth)/login/+page.svelte @@ -233,7 +233,7 @@ class="mt-1 text-sm text-muted-foreground hover:text-foreground" onclick={() => (showOtherMethods = true)} > - Show other sign in options + Show other options {/if}