From f62d033e6b2557cc9b381b156a132a99100327f1 Mon Sep 17 00:00:00 2001 From: SimonOriginal Date: Thu, 20 Jun 2024 22:05:48 +0200 Subject: [PATCH] Fixed indentation in About.svelte --- src/lib/components/chat/Settings/About.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/chat/Settings/About.svelte b/src/lib/components/chat/Settings/About.svelte index b4449aefb..11177d45b 100644 --- a/src/lib/components/chat/Settings/About.svelte +++ b/src/lib/components/chat/Settings/About.svelte @@ -133,7 +133,7 @@ {#if !$WEBUI_NAME.includes('Open WebUI')} {$WEBUI_NAME} - {/if} - {$i18n.t('Created by')} + {$i18n.t('Created by')}