diff --git a/src/lib/components/chat/ModelSelector.svelte b/src/lib/components/chat/ModelSelector.svelte index 4223345660..eb67ab54a9 100644 --- a/src/lib/components/chat/ModelSelector.svelte +++ b/src/lib/components/chat/ModelSelector.svelte @@ -57,7 +57,7 @@ {#if selectedModelIdx === 0}
- + {/if} diff --git a/src/lib/components/chat/Settings/Account.svelte b/src/lib/components/chat/Settings/Account.svelte index 81652c0dcb..d27344bdba 100644 --- a/src/lib/components/chat/Settings/Account.svelte +++ b/src/lib/components/chat/Settings/Account.svelte @@ -447,7 +447,7 @@ {/if} - + {/if}
diff --git a/src/lib/components/chat/Settings/Connections.svelte b/src/lib/components/chat/Settings/Connections.svelte index 87825f2a5b..3ecfa0d74d 100644 --- a/src/lib/components/chat/Settings/Connections.svelte +++ b/src/lib/components/chat/Settings/Connections.svelte @@ -164,7 +164,7 @@
diff --git a/src/lib/components/chat/ShareChatModal.svelte b/src/lib/components/chat/ShareChatModal.svelte index 447274ceb1..b4455df443 100644 --- a/src/lib/components/chat/ShareChatModal.svelte +++ b/src/lib/components/chat/ShareChatModal.svelte @@ -98,9 +98,9 @@
{#if chat.share_id} You have shared this chat before.{$i18n.t("You have shared this chat")} {$i18n.t("before")}. - Click here to + {$i18n.t("Click here to")} and create a new shared link. + }}>{$i18n.t("delete this link")} {$i18n.t("and create a new shared link.")} {:else} - Messages you send after creating your link won't be shared. Users with the URL will be - able to view the shared chat. + {$i18n.t("Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.")} {/if}
diff --git a/src/lib/components/layout/Navbar.svelte b/src/lib/components/layout/Navbar.svelte index bce1e5dd69..502b8b81be 100644 --- a/src/lib/components/layout/Navbar.svelte +++ b/src/lib/components/layout/Navbar.svelte @@ -42,7 +42,7 @@
{#if !shareEnabled} - +
{:else} -
You have no archived conversations.
+
{$i18n.t('You have no archived conversations.')}
{/if}
diff --git a/src/lib/components/layout/Sidebar/ChatMenu.svelte b/src/lib/components/layout/Sidebar/ChatMenu.svelte index b41d00e8af..54ea9fb5e2 100644 --- a/src/lib/components/layout/Sidebar/ChatMenu.svelte +++ b/src/lib/components/layout/Sidebar/ChatMenu.svelte @@ -1,6 +1,7 @@