Skip to content

Commit 095a299

Browse files
committed
modify: fix text on the modal window for creating new note
1 parent 76bdb70 commit 095a299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/main/modals/NewNoteModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class NewNoteModal extends React.Component {
100100
onKeyDown={(e) => this.handleKeyDown(e)}
101101
>
102102
<div styleName='header'>
103-
<div styleName='title'>New Note</div>
103+
<div styleName='title'>Make a Note</div>
104104
</div>
105105
<button styleName='closeButton'
106106
onClick={(e) => this.handleCloseButtonClick(e)}

0 commit comments

Comments
 (0)