mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
rename custom to extensions
This commit is contained in:
@@ -137,7 +137,7 @@ const sourceCategories = computed(() => {
|
||||
categories.push({ id: 'essentials', label: t('g.essentials') })
|
||||
}
|
||||
if (hasCustomNodes) {
|
||||
categories.push({ id: 'custom', label: t('g.custom') })
|
||||
categories.push({ id: 'custom', label: t('g.extensions') })
|
||||
}
|
||||
return categories
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user