diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-23 04:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-23 04:29:10 +0000 |
commit | e3cb9707d5a825c871111670200af02af1718195 (patch) | |
tree | e9b374d6a4dc9990a45e9b61098624f0b722ede1 /browser/components/downloads/DownloadsCommon.sys.mjs | |
parent | Adding debian version 125.0.1-2. (diff) | |
download | firefox-e3cb9707d5a825c871111670200af02af1718195.tar.xz firefox-e3cb9707d5a825c871111670200af02af1718195.zip |
Merging upstream version 125.0.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | browser/components/downloads/DownloadsCommon.sys.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/downloads/DownloadsCommon.sys.mjs b/browser/components/downloads/DownloadsCommon.sys.mjs index 776d219ae7..d88b2c4cd0 100644 --- a/browser/components/downloads/DownloadsCommon.sys.mjs +++ b/browser/components/downloads/DownloadsCommon.sys.mjs @@ -696,7 +696,7 @@ export var DownloadsCommon = { message = s.unblockTypePotentiallyUnwanted2; break; case lazy.Downloads.Error.BLOCK_VERDICT_INSECURE: - message = s.unblockInsecure3; + message = s.unblockInsecure2; break; default: // Assume Downloads.Error.BLOCK_VERDICT_MALWARE |