diff --git a/src/lib/components/chat/Settings/General.svelte b/src/lib/components/chat/Settings/General.svelte index fd62edfab..c1b0d63c9 100644 --- a/src/lib/components/chat/Settings/General.svelte +++ b/src/lib/components/chat/Settings/General.svelte @@ -146,15 +146,15 @@ {#if $i18n.language === 'en'}
- {$i18n.t("Didn't find your language?")} + Didn't find your language?
- {$i18n.t('You can help us translate the WebUI.')} + You can help us translate the WebUI. Check out our - {$i18n.t('Click here for a contribution guide.')} + language contribution guide.
{/if} diff --git a/src/lib/i18n/locales/en/translation.json b/src/lib/i18n/locales/en/translation.json index a49377a5c..bc3ac1fbe 100644 --- a/src/lib/i18n/locales/en/translation.json +++ b/src/lib/i18n/locales/en/translation.json @@ -55,7 +55,6 @@ "Chunk Overlap": "Chunk Overlap", "Chunk Params": "Chunk Params", "Chunk Size": "Chunk Size", - "Click here for a contribution guide.": "Click here for a contribution guide.", "Click here for help": "Click here for help", "Click here to check other modelfiles.": "Click here to check other modelfiles.", "click here.": "click here.", @@ -96,7 +95,6 @@ "Deleted {tagName}": "Deleted {tagName}", "Description": "Description", "Desktop Notifications": "Notification", - "Didn't find your language?": "Didn't find your language?", "Disabled": "Disabled", "Discover a modelfile": "Discover a modelfile", "Discover a prompt": "Discover a prompt", @@ -318,6 +316,5 @@ "Write a summary in 50 words that summarizes [topic or keyword].": "Write a summary in 50 words that summarizes [topic or keyword].", "You": "You", "You're a helpful assistant.": "You're a helpful assistant.", - "You're now logged in.": "You're now logged in.", - "You can help us translate the WebUI.": "You can help us translate the WebUI." + "You're now logged in.": "You're now logged in." }