From bb0ef0b86e18b23b01bf2b7766843ddc8fc8635d Mon Sep 17 00:00:00 2001 From: Adrian Mester Date: Sat, 7 Oct 2017 02:02:10 +0300 Subject: [PATCH] Linux: fix an escaped tag in Preferences > General (#51) * fix an escaped tag In the General preferences tag, the code tag was visible inside of a note * Update workspace-section.jsx --- .../preferences/lib/tabs/workspace-section.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/internal_packages/preferences/lib/tabs/workspace-section.jsx b/app/internal_packages/preferences/lib/tabs/workspace-section.jsx index bbb84e00d..104c070a8 100644 --- a/app/internal_packages/preferences/lib/tabs/workspace-section.jsx +++ b/app/internal_packages/preferences/lib/tabs/workspace-section.jsx @@ -144,8 +144,8 @@ const WorkspaceSection = props => {
"Launch on system start" only works in XDG-compliant desktop environments. To - enable the N1 icon in the system tray, you may need to install libappindicator1. (i.e., - <code>sudo apt-get install libappindicator1</code>) + enable the Mailspring icon in the system tray, you may need to install libappindicator1. (i.e., + sudo apt-get install libappindicator1)
);