Rename AI-related buttons to reduce confusion (#5475)

Just renaming the titles for now; there are lots of other places we
refer to "text-to-cad" and "prompt-to-edit" that we will will want to
follow up on eventually I'm sure. This is a user fix with the least
chance of introducing bugs.
This commit is contained in:
Frank Noirot
2025-02-24 13:14:00 -05:00
committed by GitHub
parent fa9e6ccea9
commit 484da28374

View File

@ -312,7 +312,7 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
}), }),
icon: 'sparkles', icon: 'sparkles',
status: 'available', status: 'available',
title: 'Text-to-CAD', title: 'Create with AI',
description: 'Generate geometry from a text prompt.', description: 'Generate geometry from a text prompt.',
links: [ links: [
{ {
@ -330,7 +330,7 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
}), }),
icon: 'sparkles', icon: 'sparkles',
status: 'available', status: 'available',
title: 'Prompt-to-Edit', title: 'Edit with AI',
description: 'Edit geometry based on a text prompt.', description: 'Edit geometry based on a text prompt.',
links: [], links: [],
}, },