fix key {.t('Created by')}

This commit is contained in:
SimonOriginal 2024-06-20 21:57:33 +02:00
parent 89b259acb8
commit 7c304d225b

View File

@ -132,9 +132,8 @@
<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
{#if !$WEBUI_NAME.includes('Open WebUI')}
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
{/if}{
$i18n.t('Created by')
}
{/if}
{$i18n.t('Created by')}
<a
class=" text-gray-500 dark:text-gray-300 font-medium"
href="https://github.com/tjbck"