You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: packages/fxa-settings/src/pages/Pair/Index/en.ftl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ pair-signed-in-successfully = Signed in successfully!
43
43
# Subheader for the download screen
44
44
pair-download-subheader = Download {-brand-firefox} for mobile
45
45
# 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. Here’s how:
47
47
# Step 1: scan QR code. $stepNumber is the step number (1)
48
48
pair-download-step-scan-qr = <b>Step {$stepNumber}</b>: Download {-brand-firefox} by scanning this QR code with the camera on your mobile device:
49
49
# 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.
51
51
# Button on the download screen that opens about:preferences for pairing
0 commit comments