From c5f91cb975175f92b2789306ea89ce6f598df5f2 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Mon, 14 May 2018 10:22:43 -0700
Subject: [PATCH] Feedback from PR

---
 src/assets/translations.data.json   |  2 +-
 src/react-components/info-dialog.js | 13 +++++--------
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/assets/translations.data.json b/src/assets/translations.data.json
index 22420277c..37e6e880d 100644
--- a/src/assets/translations.data.json
+++ b/src/assets/translations.data.json
@@ -7,7 +7,7 @@
     "entry.generic-medium": "VR",
     "entry.generic-subtitle-desktop": "Oculus or SteamVR",
     "entry.gearvr-prefix": "Enter on ",
-    "entry.gearvr-medium": "GearVR",
+    "entry.gearvr-medium": "Gear VR",
     "entry.device-prefix-desktop": "Send to ",
     "entry.device-prefix-mobile": "Enter on ",
     "entry.device-medium": "Device",
diff --git a/src/react-components/info-dialog.js b/src/react-components/info-dialog.js
index 1aa5f2943..299d9a45c 100644
--- a/src/react-components/info-dialog.js
+++ b/src/react-components/info-dialog.js
@@ -221,21 +221,18 @@ class InfoDialog extends Component {
       case InfoDialog.dialogTypes.webvr_recommend:
         dialogTitle = "Enter in VR";
         dialogBody = (
-          <span>
-            To enter Hubs with Oculus or SteamVR, you can use Firefox.
-            <p />
+          <div>
+            <p>To enter Hubs with Oculus or SteamVR, you can use Firefox.</p>
             <a className="info-dialog--action-button" href="https://www.mozilla.org/firefox">
               Download Firefox
             </a>
-            <p />
-            <span style={{ fontSize: "0.8em" }}>
+            <p style={{ fontSize: "0.8em" }}>
               For a full list of browsers with experimental VR support, visit{" "}
               <a href="https://webvr.rocks" target="_blank" rel="noopener noreferrer">
                 WebVR Rocks
               </a>.
-            </span>
-            <p />
-          </span>
+            </p>
+          </div>
         );
         break;
       case InfoDialog.dialogTypes.link:
-- 
GitLab