From 7c304d225be5e22af2add04698c08f4cf4a34948 Mon Sep 17 00:00:00 2001 From: SimonOriginal Date: Thu, 20 Jun 2024 21:57:33 +0200 Subject: [PATCH] fix key {.t('Created by')} --- src/lib/components/chat/Settings/About.svelte | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/components/chat/Settings/About.svelte b/src/lib/components/chat/Settings/About.svelte index 1076e8d0b..b4449aefb 100644 --- a/src/lib/components/chat/Settings/About.svelte +++ b/src/lib/components/chat/Settings/About.svelte @@ -132,9 +132,8 @@
{#if !$WEBUI_NAME.includes('Open WebUI')} {$WEBUI_NAME} - - {/if}{ - $i18n.t('Created by') - } + {/if} + {$i18n.t('Created by')}