From 9f39dacfe037014bf13e6d89cb069716d69fc67c Mon Sep 17 00:00:00 2001 From: Kevin Lee <klee@mozilla.com> Date: Mon, 18 Jun 2018 18:36:23 -0700 Subject: [PATCH] changes requested from PR --- src/react-components/info-dialog.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/react-components/info-dialog.js b/src/react-components/info-dialog.js index e6aca2306..a04127ff7 100644 --- a/src/react-components/info-dialog.js +++ b/src/react-components/info-dialog.js @@ -13,7 +13,7 @@ class InfoDialog extends Component { slack: Symbol("slack"), email_submitted: Symbol("email_submitted"), invite: Symbol("invite"), - safari: Symbol(""), + safari: Symbol("safari"), updates: Symbol("updates"), report: Symbol("report"), help: Symbol("help"), @@ -163,9 +163,7 @@ class InfoDialog extends Component { dialogTitle = "Open in Safari"; dialogBody = ( <div> - <div> - Hubs is not supported in your current browser on iOS. Copy and paste this link directly in Safari. - </div> + <div>Hubs does not support your current browser on iOS. Copy and paste this link directly in Safari.</div> <div className="invite-form"> <input type="text" -- GitLab