Skip to content

Commit

Permalink
Bug 1867015 - Update Strings for about:preferences - Sync page - r=cr…
Browse files Browse the repository at this point in the history
…edential-management-reviewers,fluent-reviewers,settings-reviewers,flod,issammani

Differential Revision: https://phabricator.services.mozilla.com/D195118
  • Loading branch information
Johannes J. Schmidt committed Dec 4, 2023
1 parent a11fe0e commit 60bdcaa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</html:div>
<html:div class="sync-engine-passwords">
<checkbox
data-l10n-id="sync-engine-logins-passwords"
data-l10n-id="sync-engine-passwords"
preference="services.sync.engine.passwords"
/>
</html:div>
Expand All @@ -67,7 +67,7 @@
</html:div>
<html:div class="sync-engine-creditcards">
<checkbox
data-l10n-id="sync-engine-creditcards"
data-l10n-id="sync-engine-payment-methods"
preference="services.sync.engine.creditcards"
/>
</html:div>
Expand Down
4 changes: 2 additions & 2 deletions browser/components/preferences/sync.inc.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@
</html:div>
<html:div engine_preference="services.sync.engine.passwords">
<image class="sync-engine-image sync-engine-passwords"/>
<label data-l10n-id="sync-currently-syncing-logins-passwords"/>
<label data-l10n-id="sync-currently-syncing-passwords"/>
</html:div>
<html:div engine_preference="services.sync.engine.addresses">
<image class="sync-engine-image sync-engine-addresses"/>
<label data-l10n-id="sync-currently-syncing-addresses"/>
</html:div>
<html:div engine_preference="services.sync.engine.creditcards">
<image class="sync-engine-image sync-engine-creditcards"/>
<label data-l10n-id="sync-currently-syncing-creditcards"/>
<label data-l10n-id="sync-currently-syncing-payment-methods"/>
</html:div>
<html:div engine_preference="services.sync.engine.addons">
<image class="sync-engine-image sync-engine-addons"/>
Expand Down
20 changes: 10 additions & 10 deletions browser/locales/en-US/browser/preferences/preferences.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -919,9 +919,9 @@ sync-syncing-across-devices-heading = You are syncing these items across all you
sync-currently-syncing-bookmarks = Bookmarks
sync-currently-syncing-history = History
sync-currently-syncing-tabs = Open tabs
sync-currently-syncing-logins-passwords = Logins and passwords
sync-currently-syncing-passwords = Passwords
sync-currently-syncing-addresses = Addresses
sync-currently-syncing-creditcards = Credit cards
sync-currently-syncing-payment-methods = Payment methods
sync-currently-syncing-addons = Add-ons
sync-currently-syncing-settings = Settings
Expand Down Expand Up @@ -954,20 +954,20 @@ sync-engine-tabs =
.tooltiptext = A list of what’s open on all synced devices
.accesskey = t
sync-engine-logins-passwords =
.label = Logins and passwords
.tooltiptext = Usernames and passwords you’ve saved
.accesskey = L
sync-engine-passwords =
.label = Passwords
.tooltiptext = Passwords you’ve saved
.accesskey = P
sync-engine-addresses =
.label = Addresses
.tooltiptext = Postal addresses you’ve saved (desktop only)
.accesskey = e
sync-engine-creditcards =
.label = Credit cards
.tooltiptext = Names, numbers and expiry dates (desktop only)
.accesskey = C
sync-engine-payment-methods =
.label = Payment methods
.tooltiptext = Names, card numbers, and expiry dates (desktop only)
.accesskey = n
sync-engine-addons =
.label = Add-ons
Expand Down

0 comments on commit 60bdcaa

Please sign in to comment.