From 47b5945e17fe8002cf1289e9dfe6d73b3365b19c Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Wed, 25 Oct 2017 19:49:16 +0900 Subject: [PATCH] Change the tooltip text of the lock button for easy to understand what its role --- browser/main/Detail/MarkdownNoteDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/main/Detail/MarkdownNoteDetail.js b/browser/main/Detail/MarkdownNoteDetail.js index d4126eab..767f17b3 100644 --- a/browser/main/Detail/MarkdownNoteDetail.js +++ b/browser/main/Detail/MarkdownNoteDetail.js @@ -334,7 +334,7 @@ class MarkdownNoteDetail extends React.Component { > - {this.state.isLocked ? 'Unlock' : 'Lock'} + {this.state.isLocked ? 'Unlock Editor' : 'Keep Editor Locked'} return (