From e0b63ce309e692e0ef8869839aae5d08d10dd459 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Thu, 26 Jul 2018 23:17:23 +0000 Subject: [PATCH] Update copy for link case --- src/assets/translations.data.json | 10 +++++----- src/react-components/info-dialog.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/translations.data.json b/src/assets/translations.data.json index 1f8ae6a1b..d8eb9c050 100644 --- a/src/assets/translations.data.json +++ b/src/assets/translations.data.json @@ -9,10 +9,10 @@ "entry.generic-subtitle-desktop": "Oculus or SteamVR", "entry.gearvr-prefix": "Enter on ", "entry.gearvr-medium": "Gear VR", - "entry.device-prefix-desktop": "Send to ", - "entry.device-prefix-mobile": "Enter on ", - "entry.device-medium": "Device", - "entry.device-subtitle-desktop": "Standalone Headset or Phone", + "entry.device-prefix-desktop": "Open on ", + "entry.device-prefix-mobile": "Open on ", + "entry.device-medium": "Headset", + "entry.device-subtitle-desktop": "Standalone or Phone", "entry.device-subtitle-mobile": "Mobile Headset or PC", "entry.device-subtitle-vr": "Phone or PC", "entry.cardboard": "Enter on Google Cardboard", @@ -65,7 +65,7 @@ "home.have_entry_code": "Have a link code?", "mailing_list.privacy_label": "I'm okay with Mozilla handling my info as explained in", "mailing_list.privacy_link": "this Privacy Notice", - "link.in_your_browser": "In your device's browser, go to:", + "link.in_your_browser": "In your headset's VR browser, go to:", "link.enter_code": "Then, enter this link code:", "link.do_not_close": "Keep this dialog open to use this code.", "link.link_page_header": "Enter your code:", diff --git a/src/react-components/info-dialog.js b/src/react-components/info-dialog.js index ff9b4da1b..092fb2df3 100644 --- a/src/react-components/info-dialog.js +++ b/src/react-components/info-dialog.js @@ -306,7 +306,7 @@ class InfoDialog extends Component { ); break; case InfoDialog.dialogTypes.link: - dialogTitle = "Send Link to Device"; + dialogTitle = "Open on Headset"; dialogBody = <LinkDialog linkCode={this.props.linkCode} />; break; } -- GitLab