Skip to content

Commit 334af66

Browse files
committed
fix(l10n): Fix l10n issues (linter, brand term)
Because: * New strings were added to #20126 after l10n review and l10n wasn't notified a number of strings with issues were introduced This commit: * Replaces straight apostrophe and quotes with curly quotes * Replaces a hard coded "Mozilla account" with the appropriate brand term
1 parent a60f790 commit 334af66

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/fxa-settings/src/pages/Pair/Index/en.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ pair-signed-in-successfully = Signed in successfully!
4343
# Subheader for the download screen
4444
pair-download-subheader = Download { -brand-firefox } for mobile
4545
# Description for the download screen
46-
pair-download-description = To sync { -brand-firefox } on your phone or tablet, you first need to download { -brand-firefox } for mobile. Here's how:
46+
pair-download-description = To sync { -brand-firefox } on your phone or tablet, you first need to download { -brand-firefox } for mobile. Heres how:
4747
# Step 1: scan QR code. $stepNumber is the step number (1)
4848
pair-download-step-scan-qr = <b>Step { $stepNumber }</b>: Download { -brand-firefox } by scanning this QR code with the camera on your mobile device:
4949
# Step 2: continue to sync. $stepNumber is the step number (2)
50-
pair-download-step-continue-sync = <b>Step { $stepNumber }</b>: Select "Continue to sync" to sync your { -brand-firefox } experience on your mobile device.
50+
pair-download-step-continue-sync = <b>Step { $stepNumber }</b>: Select Continue to sync to sync your { -brand-firefox } experience on your mobile device.
5151
# Button on the download screen that opens about:preferences for pairing
5252
pair-continue-to-sync-button = Continue to sync

packages/fxa-settings/src/pages/Pair/Index/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const Pair = ({
186186
<FtlMsg id="pair-download-description">
187187
<p className="text-base mt-2">
188188
To sync Firefox on your phone or tablet, you first need to
189-
download Firefox for mobile. Here's how:
189+
download Firefox for mobile. Heres how:
190190
</p>
191191
</FtlMsg>
192192
<ol>
@@ -214,7 +214,7 @@ const Pair = ({
214214
elems={{ b: <b /> }}
215215
>
216216
<p className="text-base mb-5">
217-
<b>Step 2</b>: Select "Continue to sync" to sync your Firefox
217+
<b>Step 2</b>: Select Continue to sync to sync your Firefox
218218
experience on your mobile device.
219219
</p>
220220
</FtlMsg>

packages/fxa-settings/src/pages/Pair/Unsupported/en.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pair-unsupported-oops-mobile = Oops! It looks like you’re not using { -brand-f
1515
# v2: Heading for the mobile instructional message, shown on all mobile devices
1616
# (Firefox and non-Firefox) when the URL is NOT a system camera pair URL.
1717
# Aligned with legacy Backbone copy (see templates/partial/unsupported-pair.mustache).
18-
pair-unsupported-connecting-mobile-header-v2 = Connecting your mobile device with your Mozilla account
18+
pair-unsupported-connecting-mobile-header-v2 = Connecting your mobile device with your { -product-mozilla-account }
1919
2020
# v2: Instructions shown below the mobile heading. `<b>` wraps the firefox.com/pair
2121
# URL so the domain does not wrap to a new line on narrow screens.

0 commit comments

Comments
 (0)