diff --git a/src/lib/components/admin/AddUserModal.svelte b/src/lib/components/admin/AddUserModal.svelte
index a38177a75..8538ba04a 100644
--- a/src/lib/components/admin/AddUserModal.svelte
+++ b/src/lib/components/admin/AddUserModal.svelte
@@ -153,7 +153,7 @@
type="button"
on:click={() => {
tab = '';
- }}>Form{$i18n.t('Form')}
{$i18n.t('CSV Import')}
@@ -176,9 +176,9 @@
placeholder={$i18n.t('Enter Your Role')}
required
>
-
-
-
+
+
+
@@ -262,7 +262,7 @@
class="underline dark:text-gray-200"
href="{WEBUI_BASE_URL}/static/user-import.csv"
>
- Click here to download user import template file.
+ {$i18n.t('Click here to download user import template file.')}
diff --git a/src/lib/components/chat/Settings/About.svelte b/src/lib/components/chat/Settings/About.svelte
index 3803ea45d..11177d45b 100644
--- a/src/lib/components/chat/Settings/About.svelte
+++ b/src/lib/components/chat/Settings/About.svelte
@@ -132,7 +132,8 @@
{#if !$WEBUI_NAME.includes('Open WebUI')}
{$WEBUI_NAME} -
- {/if}{$i18n.t('Created by')}
+ {/if}
+ {$i18n.t('Created by')}