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:
@ -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: [],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user