From 7a5ba5ea4aec0704070cfe8d63ba504a07d88cc6 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 1 Oct 2022 16:44:31 +0800 Subject: feat: Functionality complete public sites --- .../routes/(main)/(public)/reset-password/+page.svelte | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'apps/kit/src/routes/(main)/(public)/reset-password/+page.svelte') diff --git a/apps/kit/src/routes/(main)/(public)/reset-password/+page.svelte b/apps/kit/src/routes/(main)/(public)/reset-password/+page.svelte index 9ee4a83..aa26892 100644 --- a/apps/kit/src/routes/(main)/(public)/reset-password/+page.svelte +++ b/apps/kit/src/routes/(main)/(public)/reset-password/+page.svelte @@ -37,16 +37,14 @@
-
-

- {$LL.requestAPasswordReset()} +
+

+ {$LL.resetPasswordPage.requestAPasswordReset()}

-

+

{$LL.or().toLowerCase()} - {$LL.signIntoYourAccount()} + {$LL.signIntoYourAccount().toLowerCase()}

@@ -64,7 +62,7 @@ @@ -77,7 +75,7 @@ bind:value={formData.email} label={$LL.emailAddress()} /> -

-- cgit v1.3