Skip to content

Commit fa5ff98

Browse files
committed
Fix message
1 parent 958c343 commit fa5ff98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-ui/src/codegenPreferenceOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const preferenceOptions: LocalCodegenPreferenceOptions[] = [
4949
propertyName: "embedVectors",
5050
label: "Embed Vectors",
5151
description:
52-
"Convert Figma vectors to code. This is faster than embedding images, but still slower than not embedding.",
52+
"Enable this to convert vector shapes to SVGs and embed them in the design. This can be a slow operation. If unchecked, shapes will be converted into rectangles.",
5353
isDefault: false,
5454
includedLanguages: ["HTML", "Tailwind"],
5555
},

0 commit comments

Comments
 (0)