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