mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<!-- $i18n.t("Generating search query") -->
|
<!-- $i18n.t("Generating search query") -->
|
||||||
<!-- $i18n.t("No search query generated") -->
|
<!-- $i18n.t("No search query generated") -->
|
||||||
<!-- $i18n.t('Searched {{count}} sites') -->
|
<!-- $i18n.t('Searched {{count}} sites') -->
|
||||||
{#if status?.description.includes('{{count}}')}
|
{#if status?.description?.includes('{{count}}')}
|
||||||
{$i18n.t(status?.description, {
|
{$i18n.t(status?.description, {
|
||||||
count: (status?.urls || status?.items).length
|
count: (status?.urls || status?.items).length
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user