Skip to content

Commit 4091762

Browse files
committed
Changing AltText from Rectangle to Square
1 parent 8918af0 commit 4091762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/model/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const ShapeDisplayName: Record<ShapeType, string> = {
151151
horizontalLineLow: 'Horizontal Divider',
152152
verticalLineLow: 'Vertical Divider',
153153
ellipseLow: 'Ellipse',
154-
rectangleLow: 'Low square',
154+
rectangleLow: 'Square Placeholder',
155155
};
156156

157157
export type EditType = 'input' | 'textarea' | 'imageupload';

0 commit comments

Comments
 (0)