Skip to content
Snippets Groups Projects
Commit c5f91cb9 authored by Greg Fodor's avatar Greg Fodor
Browse files

Feedback from PR

parent 82503163
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"entry.generic-medium": "VR", "entry.generic-medium": "VR",
"entry.generic-subtitle-desktop": "Oculus or SteamVR", "entry.generic-subtitle-desktop": "Oculus or SteamVR",
"entry.gearvr-prefix": "Enter on ", "entry.gearvr-prefix": "Enter on ",
"entry.gearvr-medium": "GearVR", "entry.gearvr-medium": "Gear VR",
"entry.device-prefix-desktop": "Send to ", "entry.device-prefix-desktop": "Send to ",
"entry.device-prefix-mobile": "Enter on ", "entry.device-prefix-mobile": "Enter on ",
"entry.device-medium": "Device", "entry.device-medium": "Device",
......
...@@ -221,21 +221,18 @@ class InfoDialog extends Component { ...@@ -221,21 +221,18 @@ class InfoDialog extends Component {
case InfoDialog.dialogTypes.webvr_recommend: case InfoDialog.dialogTypes.webvr_recommend:
dialogTitle = "Enter in VR"; dialogTitle = "Enter in VR";
dialogBody = ( dialogBody = (
<span> <div>
To enter Hubs with Oculus or SteamVR, you can use Firefox. <p>To enter Hubs with Oculus or SteamVR, you can use Firefox.</p>
<p />
<a className="info-dialog--action-button" href="https://www.mozilla.org/firefox"> <a className="info-dialog--action-button" href="https://www.mozilla.org/firefox">
Download Firefox Download Firefox
</a> </a>
<p /> <p style={{ fontSize: "0.8em" }}>
<span style={{ fontSize: "0.8em" }}>
For a full list of browsers with experimental VR support, visit{" "} For a full list of browsers with experimental VR support, visit{" "}
<a href="https://webvr.rocks" target="_blank" rel="noopener noreferrer"> <a href="https://webvr.rocks" target="_blank" rel="noopener noreferrer">
WebVR Rocks WebVR Rocks
</a>. </a>.
</span> </p>
<p /> </div>
</span>
); );
break; break;
case InfoDialog.dialogTypes.link: case InfoDialog.dialogTypes.link:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment