From c9a700593d35fbde6ae61e5861e3bfa31a47d3e1 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Wed, 20 Mar 2019 18:00:02 +0000 Subject: [PATCH] Bug 1487581 - Add missing localized strings for Setup page;r=ladybenko Depends on D23865 Some localized strings missing in the notftl file. Adding them before moving the strings. Differential Revision: https://phabricator.services.mozilla.com/D23867 --HG-- extra : moz-landing-system : lando --- .../src/components/connect/ConnectPage.js | 12 ++++++------ .../tmp-locale/en-US/aboutdebugging.notftl | 12 +++++++++++- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js b/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js index 161516aae1a7..879757cf1a21 100644 --- a/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js +++ b/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js @@ -221,12 +221,12 @@ class ConnectPage extends PureComponent { "Configure the connection method you wish to remotely debug your device with." ) ), - Localized( - { - id: "about-debugging-setup-link-android-devices", - }, - dom.p( - {}, + dom.p( + {}, + Localized( + { + id: "about-debugging-setup-link-android-devices", + }, dom.a( { href: "https://support.mozilla.org/kb/will-firefox-work-my-mobile-device#w_android-devices", diff --git a/devtools/client/aboutdebugging-new/tmp-locale/en-US/aboutdebugging.notftl b/devtools/client/aboutdebugging-new/tmp-locale/en-US/aboutdebugging.notftl index 1baa19c0bdb8..5e56ac6c79f1 100644 --- a/devtools/client/aboutdebugging-new/tmp-locale/en-US/aboutdebugging.notftl +++ b/devtools/client/aboutdebugging-new/tmp-locale/en-US/aboutdebugging.notftl @@ -63,8 +63,18 @@ about-debugging-refresh-usb-devices-button = Refresh devices # Title of the Setup page. about-debugging-setup-title = Setup +# Introduction text in the Setup page to explain how to configure remote debugging. +about-debugging-setup-intro = Configure the connection method you wish to remotely debug your device with. + +# Link displayed in the Setup page that leads to MDN page with list of supported devices. +# Temporarily leads to https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device#w_android-devices +about-debugging-setup-link-android-devices = View list of supported android devices + # Explanatory text in the Setup page about what the 'This Firefox' page is for -about-debugging-setup-this-firefox = Use This Firefox to debug tags, extensions and service workers on this version of Firefox. +about-debugging-setup-this-firefox = Use This Firefox to debug tabs, extensions and service workers on this version of Firefox. + +# Title of the heading Connect section of the Setup page. +about-debugging-setup-connect-heading = Connect a Device # USB section of the Setup page about-debugging-setup-usb-title = USB