We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bdb70 commit 095a299Copy full SHA for 095a299
1 file changed
browser/main/modals/NewNoteModal.js
@@ -100,7 +100,7 @@ class NewNoteModal extends React.Component {
100
onKeyDown={(e) => this.handleKeyDown(e)}
101
>
102
<div styleName='header'>
103
- <div styleName='title'>New Note</div>
+ <div styleName='title'>Make a Note</div>
104
</div>
105
<button styleName='closeButton'
106
onClick={(e) => this.handleCloseButtonClick(e)}
0 commit comments