diff --git a/src/react-components/info-dialog.js b/src/react-components/info-dialog.js
index e6aca2306d70856107ccae392c958c76372b5b62..a04127ff74ff2b4722d0a2fbe1a99dd07568efc0 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"