mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
[fix] missed i18n string
This commit is contained in:
@@ -1870,6 +1870,7 @@
|
|||||||
"tryAdjustingFilters": "Try adjusting your search or filters",
|
"tryAdjustingFilters": "Try adjusting your search or filters",
|
||||||
"loadingModels": "Loading {type}...",
|
"loadingModels": "Loading {type}...",
|
||||||
"connectionError": "Please check your connection and try again",
|
"connectionError": "Please check your connection and try again",
|
||||||
"noModelsInFolder": "No {type} available in this folder"
|
"noModelsInFolder": "No {type} available in this folder",
|
||||||
|
"searchAssetsPlaceholder": "Search assets..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<SearchBox
|
<SearchBox
|
||||||
v-model="searchQuery"
|
v-model="searchQuery"
|
||||||
size="lg"
|
size="lg"
|
||||||
placeholder="Search assets..."
|
:placeholder="$t('assetBrowser.searchAssetsPlaceholder')"
|
||||||
class="max-w-96"
|
class="max-w-96"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user