|
@@ -90,11 +90,11 @@
|
|
|
</script>
|
|
|
|
|
|
<div class="flex flex-col h-full justify-between text-sm">
|
|
|
- <div class=" pr-1.5 overflow-y-scroll max-h-[20.5rem]">
|
|
|
+ <div class=" pr-1.5 overflow-y-scroll max-h-[22rem]">
|
|
|
<div class="">
|
|
|
<div class=" mb-1 text-sm font-medium">{$i18n.t('WebUI Settings')}</div>
|
|
|
|
|
|
- <div class=" py-0.5 flex w-full justify-between">
|
|
|
+ <div class="flex w-full justify-between">
|
|
|
<div class=" self-center text-xs font-medium">{$i18n.t('Theme')}</div>
|
|
|
<div class="flex items-center relative">
|
|
|
<select
|
|
@@ -127,7 +127,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class=" py-0.5 flex w-full justify-between">
|
|
|
+ <div class=" flex w-full justify-between">
|
|
|
<div class=" self-center text-xs font-medium">{$i18n.t('Language')}</div>
|
|
|
<div class="flex items-center relative">
|
|
|
<select
|
|
@@ -146,21 +146,19 @@
|
|
|
</div>
|
|
|
{#if $i18n.language === 'en-US'}
|
|
|
<div class="mb-2 text-xs text-gray-400 dark:text-gray-500">
|
|
|
- Didn't find your language?
|
|
|
- <br />
|
|
|
- You can help us translate the WebUI. Check out our
|
|
|
+ Couldn't find your language?
|
|
|
<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"
|
|
|
>
|
|
|
- language contribution guide.
|
|
|
+ Help us translate Open WebUI!
|
|
|
</a>
|
|
|
</div>
|
|
|
{/if}
|
|
|
|
|
|
<div>
|
|
|
- <div class=" mt-2 py-0.5 flex w-full justify-between">
|
|
|
+ <div class=" py-0.5 flex w-full justify-between">
|
|
|
<div class=" self-center text-xs font-medium">{$i18n.t('Desktop Notifications')}</div>
|
|
|
|
|
|
<button
|