Sfoglia il codice sorgente

Fixed indentation in About.svelte

SimonOriginal 10 mesi fa
parent
commit
f62d033e6b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/lib/components/chat/Settings/About.svelte

+ 1 - 1
src/lib/components/chat/Settings/About.svelte

@@ -133,7 +133,7 @@
 			{#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')}
+			{$i18n.t('Created by')}
 			<a
 				class=" text-gray-500 dark:text-gray-300 font-medium"
 				href="https://github.com/tjbck"