Skip to content

Commit

Permalink
Merge pull request #1014 from asmsuechan/improve-lock-tooltip-text
Browse files Browse the repository at this point in the history
Change the tooltip text of the lock button for easy to understand what its role
  • Loading branch information
kazup01 authored Oct 26, 2017
2 parents 17fbe6e + 47b5945 commit 7549a7b
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 7549a7b

Please sign in to comment.