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 @@