spelling + changed to hardcoded text

This commit is contained in:
Jannik Streidl 2024-03-07 16:37:37 +01:00
parent d40fbcd06b
commit 93ed5851ca
2 changed files with 4 additions and 7 deletions

View file

@ -146,15 +146,15 @@
</div>
{#if $i18n.language === 'en'}
<div class="mb-2 text-xs text-gray-400 dark:text-gray-500">
{$i18n.t("Didn't find your language?")}
Didn't find your language?
<br />
{$i18n.t('You can help us translate the WebUI.')}
You can help us translate the WebUI. Check out our
<a
class=" text-gray-300 font-medium underline"
href="https://github.com/open-webui/open-webui/blob/main/docs/CONTRIBUTING.md#-translations-and-internationalization"
target="_blank"
>
{$i18n.t('Click here for a contribution guide.')}
language contribution guide.
</a>
</div>
{/if}