commit a5916229c66aa2f16ad92fe2c99733317cad0306
parent 7f33a0cc184f6372c66281499063bda0f42f9c83
Author: Max Christian Pohle <mpohle@mozilla.com>
Date: Thu, 6 Nov 2025 23:10:12 +0000
Bug 1998797 - Localize the backup folder’s display name, not the actual folder name r=cdupuis
This is part 1, which will temporarily disable the translation so that
new backups are created in a folder named "Restore Firefox", in
accordance with the specification.
More info is available here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1998693#c6
Differential Revision: https://phabricator.services.mozilla.com/D271674
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/components/backup/BackupService.sys.mjs b/browser/components/backup/BackupService.sys.mjs
@@ -586,7 +586,7 @@ export class BackupService extends EventTarget {
*
* @see BACKUP_DIR_NAME
*/
- static #backupFolderName = null;
+ static #backupFolderName = "Restore Firefox";
/**
* The name of the backup archive file. Should be localized.