This commit is contained in:
Timothy Jaeryang Baek 2025-05-02 14:16:11 +04:00
parent 11d599c55d
commit 74f160b849

View File

@ -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}