Skip to content

Commit a7094f6

Browse files
committed
Update preset group descriptions and comments to refer to 'selected presets' instead of 'default presets'
1 parent 5e0a641 commit a7094f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vscode/src/view/backend/message-handlers/handle-send-prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ async function validate_presets(params: {
361361
return {
362362
label: group.name,
363363
name: group.name,
364-
description: `${default_presets_count} default presets`
364+
description: `${default_presets_count} selected presets`
365365
}
366366
})
367367

packages/vscode/src/view/frontend/EditPresetForm/EditPresetForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type Props = {
1818

1919
/**
2020
* Preset can have a "group" variant. It is used to:
21-
* - initialize all default presets below it,
21+
* - initialize all selected presets below it,
2222
* - add additional prefix and suffix to each preset below it.
2323
*/
2424
export const EditPresetForm: React.FC<Props> = (props) => {

0 commit comments

Comments
 (0)