Browse Source

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

SimonOriginal 11 months ago
parent
commit
7c304d225b
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/lib/components/chat/Settings/About.svelte

+ 2 - 3
src/lib/components/chat/Settings/About.svelte

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