Timothy Jaeryang Baek 5 місяців тому
батько
коміт
74f160b849

+ 1 - 1
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -684,7 +684,7 @@
 												{:else if status?.description === 'Generating search query'}
 													{$i18n.t('Generating search query')}
 												{:else if status?.description === 'Searching the web'}
-													{$i18n.t('Searching the web')}
+													{$i18n.t('Searching the web...')}
 												{:else}
 													{status?.description}
 												{/if}