rename custom to extensions

This commit is contained in:
pythongosssss
2026-03-16 06:12:38 -07:00
parent 8a30211bea
commit 320cd82f0d

View File

@@ -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
})