diff --git a/src/lib/components/ChangelogModal.svelte b/src/lib/components/ChangelogModal.svelte index fd727c2c4..2e7dfa199 100644 --- a/src/lib/components/ChangelogModal.svelte +++ b/src/lib/components/ChangelogModal.svelte @@ -43,6 +43,7 @@ fill="currentColor" class="w-5 h-5" > +

{$i18n.t('Close')}

diff --git a/src/lib/components/OnBoarding.svelte b/src/lib/components/OnBoarding.svelte index 1976e5c6e..f0a4a52dc 100644 --- a/src/lib/components/OnBoarding.svelte +++ b/src/lib/components/OnBoarding.svelte @@ -87,6 +87,7 @@
-
{$i18n.t(`Get started`)}
+
+ {$i18n.t(`Get started`)} +
- - {/if} diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index fc7e4c53a..81b9fbd30 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -188,7 +188,7 @@ crossorigin="anonymous" src="{WEBUI_BASE_URL}/static/splash.png" class=" w-6 rounded-full" - alt="logo" + alt="" /> @@ -235,7 +235,7 @@ {#if $config?.onboarding ?? false} -
+
ⓘ {$WEBUI_NAME} {$i18n.t( 'does not make any external connections, and your data stays securely on your locally hosted server.' @@ -248,10 +248,13 @@
{#if mode === 'signup'}
-
{$i18n.t('Name')}
+ -
{$i18n.t('Username')}
+
{:else}
-
{$i18n.t('Email')}
+ -
{$i18n.t('Password')}
- +