From 99b5f75763db5eafc595cdffc770615bccb94ff1 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Thu, 6 Jul 2017 14:27:18 +0900 Subject: [PATCH] =?UTF-8?q?Change=20=E2=80=9CMenu=E2=80=9D=20to=20?= =?UTF-8?q?=E2=80=9CPreferences=E2=80=9D,=20and=20icon.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser/main/SideNav/index.js | 4 ++-- browser/main/modals/PreferencesModal/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index 144c5e02..f31ae96c 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -62,8 +62,8 @@ class SideNav extends React.Component { diff --git a/browser/main/modals/PreferencesModal/index.js b/browser/main/modals/PreferencesModal/index.js index 172d77bd..278927fd 100644 --- a/browser/main/modals/PreferencesModal/index.js +++ b/browser/main/modals/PreferencesModal/index.js @@ -116,7 +116,7 @@ class Preferences extends React.Component { onKeyDown={(e) => this.handleKeyDown(e)} >
-

Your menu for Boostnote

+

Your preferences for Boostnote

this.handleEscButtonClick(e)} />