|
@@ -22,7 +22,7 @@
|
|
|
<!-- $i18n.t("Generating search query") -->
|
|
|
<!-- $i18n.t("No search query generated") -->
|
|
|
<!-- $i18n.t('Searched {{count}} sites') -->
|
|
|
- {#if status?.description.includes('{{count}}')}
|
|
|
+ {#if status?.description?.includes('{{count}}')}
|
|
|
{$i18n.t(status?.description, {
|
|
|
count: (status?.urls || status?.items).length
|
|
|
})}
|