mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: Translatable 'Searching the web'
This commit is contained in:
parent
4b451b984b
commit
5b9c1de3d1
1 changed files with 2 additions and 0 deletions
|
|
@ -683,6 +683,8 @@
|
|||
{$i18n.t('No search query generated')}
|
||||
{:else if status?.description === 'Generating search query'}
|
||||
{$i18n.t('Generating search query')}
|
||||
{:else if status?.description === 'Searching the web'}
|
||||
{$i18n.t('Searching the web')}
|
||||
{:else}
|
||||
{status?.description}
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Reference in a new issue