From 535356b77f7fd50361e3a555583388ff99468343 Mon Sep 17 00:00:00 2001 From: cyalins Date: Thu, 25 Jan 2018 13:53:50 +1100 Subject: [PATCH] Improved clarity of tab titles --- browser/main/modals/PreferencesModal/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/browser/main/modals/PreferencesModal/index.js b/browser/main/modals/PreferencesModal/index.js index 09885e1c..228a08f4 100644 --- a/browser/main/modals/PreferencesModal/index.js +++ b/browser/main/modals/PreferencesModal/index.js @@ -108,10 +108,10 @@ class Preferences extends React.Component { const content = this.renderContent() const tabs = [ - {target: 'STORAGES', label: 'Storages'}, - {target: 'HOTKEY', label: 'Hotkey', Hotkey: this.state.HotkeyAlert}, - {target: 'UI', label: 'UI', UI: this.state.UIAlert}, - {target: 'INFO', label: 'Community / Info'}, + {target: 'STORAGES', label: 'Storage'}, + {target: 'HOTKEY', label: 'Hotkeys', Hotkey: this.state.HotkeyAlert}, + {target: 'UI', label: 'Interface', UI: this.state.UIAlert}, + {target: 'INFO', label: 'About'}, {target: 'CROWDFUNDING', label: 'Crowdfunding'} ]