Skip to content

Commit

Permalink
Change the tooltip text of the lock button for easy to understand wha…
Browse files Browse the repository at this point in the history
…t its role
  • Loading branch information
asmsuechan committed Oct 25, 2017
1 parent e7d9311 commit 47b5945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/main/Detail/MarkdownNoteDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class MarkdownNoteDetail extends React.Component {
>
<i className={faClassName} styleName='lock-button' />
<span styleName='control-lockButton-tooltip'>
{this.state.isLocked ? 'Unlock' : 'Lock'}
{this.state.isLocked ? 'Unlock Editor' : 'Keep Editor Locked'}
</span>
</button>
return (
Expand Down

0 comments on commit 47b5945

Please sign in to comment.