Skip to content

Commit f3ae110

Browse files
fix tag shouldn't be translated
1 parent d4a2aec commit f3ae110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/assets/components/AssetBrowserModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const primaryCategoryTag = computed(() => {
136136
137137
if (props.assetType) return props.assetType
138138
139-
return t('assetBrowser.allModels')
139+
return 'models'
140140
})
141141
142142
const activeCategoryTag = computed(() => {

0 commit comments

Comments
 (0)