commit c90dd157add5e863e0258a9c0222bfaf5fa856a1 parent a9afdf5a46f7f660101d8d87ccf1ac07ba1c32de Author: Harsheet <hsohaney@mozilla.com> Date: Fri, 24 Oct 2025 16:50:29 +0000 Bug 1996129 - Update strings that reference cookies being backed up. r=fluent-reviewers,nrishel,bolsson Differential Revision: https://phabricator.services.mozilla.com/D269953 Diffstat:
5 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/browser/components/backup/content/backup-settings.mjs b/browser/components/backup/content/backup-settings.mjs @@ -430,7 +430,7 @@ export default class BackupSettings extends MozLitElement { > <span id="backup-sensitive-data-checkbox-description-span" - data-l10n-id="settings-data-toggle-encryption-description" + data-l10n-id="settings-sensitive-data-encryption-description" ></span> <a id="settings-data-toggle-encryption-learn-more-link" diff --git a/browser/components/backup/content/disable-backup-encryption.mjs b/browser/components/backup/content/disable-backup-encryption.mjs @@ -81,7 +81,7 @@ export default class DisableBackupEncryption extends MozLitElement { <div id="backup-disable-encryption-description"> <span id="backup-disable-encryption-description-span" - data-l10n-id="disable-backup-encryption-description" + data-l10n-id="disable-backup-encryption-description2" > </span> <a diff --git a/browser/components/backup/content/enable-backup-encryption.mjs b/browser/components/backup/content/enable-backup-encryption.mjs @@ -151,7 +151,7 @@ export default class EnableBackupEncryption extends MozLitElement { <div id="backup-enable-encryption-description"> <span id="backup-enable-encryption-description-span" - data-l10n-id="enable-backup-encryption-description" + data-l10n-id="settings-sensitive-data-encryption-description" > </span> <a diff --git a/browser/components/backup/content/turn-on-scheduled-backups.mjs b/browser/components/backup/content/turn-on-scheduled-backups.mjs @@ -330,7 +330,7 @@ export default class TurnOnScheduledBackups extends MozLitElement { </label> <span class="text-deemphasized" - data-l10n-id="turn-on-scheduled-backups-encryption-description" + data-l10n-id="settings-sensitive-data-encryption-description" ></span> </div> diff --git a/browser/locales/en-US/browser/backupSettings.ftl b/browser/locales/en-US/browser/backupSettings.ftl @@ -39,6 +39,8 @@ settings-data-backup-last-backup-location-show-in-folder = Show in folder settings-data-backup-last-backup-location-edit = Edit… settings-data-create-backup-error = There was an error creating your backup on { DATETIME($date, timeStyle: "short") }, { DATETIME($date, dateStyle: "short") } +settings-sensitive-data-encryption-description = Back up your passwords and payment methods, plus keep all your data safe with encryption. + # Variables: # $fileName (String) - The file name of the last backup that was created. settings-data-backup-last-backup-filename = Filename: { $fileName } @@ -56,7 +58,6 @@ settings-data-backup-scheduled-backups-on-restore-description = Recover your { - settings-data-backup-scheduled-backups-on-restore-choose = Restore… settings-data-toggle-encryption-label = Back up your sensitive data -settings-data-toggle-encryption-description = Back up your passwords, payment methods, and cookies with encryption. settings-data-toggle-encryption-support-link = Learn more settings-data-change-password = Change password… @@ -80,7 +81,6 @@ turn-on-scheduled-backups-location-choose-button = } turn-on-scheduled-backups-encryption-label = Back up your sensitive data -turn-on-scheduled-backups-encryption-description = Back up your passwords, payment methods, and cookies with encryption. turn-on-scheduled-backups-encryption-create-password-label = Password # Users will be prompted to re-type a password, to ensure that the password is entered correctly. turn-on-scheduled-backups-encryption-repeat-password-label = Repeat password @@ -172,7 +172,6 @@ backup-service-error-went-wrong2 = ## These strings are displayed in a modal when users want to enable encryption or change the password for an existing backup. enable-backup-encryption-header = Back up your sensitive data -enable-backup-encryption-description = Back up your passwords, payment methods, and cookies, plus keep all your data safe with encryption. enable-backup-encryption-support-link = Learn more enable-backup-encryption-create-password-label = Password @@ -203,7 +202,7 @@ password-rules-a11y-warning = ## These strings are displayed in a modal when users want to disable encryption for an existing backup. disable-backup-encryption-header = Remove password protection -disable-backup-encryption-description = Your saved passwords, payment methods, and cookies will no longer be backed up. +disable-backup-encryption-description2 = Your saved passwords and payment methods will also no longer be backed up. disable-backup-encryption-support-link = What will be backed up? disable-backup-encryption-cancel-button = Cancel