Skip to content

Commit ac403ca

Browse files
committed
fix: Change the Save text to Create
1 parent ca6eb31 commit ac403ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/core/CreateShape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ const CreateShape = (props) => {
317317
Close
318318
</Button>
319319
<Button variant="secondary" type="submit" form="createShapeForm" disabled={!shapeInformation.name}>
320-
Save
320+
Create
321321
</Button>
322322
</Modal.Footer>
323323
</Modal>

0 commit comments

Comments
 (0)