We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8918af0 commit 4091762Copy full SHA for 4091762
src/core/model/index.ts
@@ -151,7 +151,7 @@ export const ShapeDisplayName: Record<ShapeType, string> = {
151
horizontalLineLow: 'Horizontal Divider',
152
verticalLineLow: 'Vertical Divider',
153
ellipseLow: 'Ellipse',
154
- rectangleLow: 'Low square',
+ rectangleLow: 'Square Placeholder',
155
};
156
157
export type EditType = 'input' | 'textarea' | 'imageupload';
0 commit comments