Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit c69c8d0

Browse files
committed
Change language around unsigned addons
1 parent bb1391e commit c69c8d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

toolkit/locales/en-US/toolkit/about/aboutAddons.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,10 @@ details-notification-incompatible2 =
554554
.message = { $name } is incompatible with { -brand-short-name } { $version }.
555555
556556
details-notification-unsigned-and-disabled2 =
557-
.message = { $name } could not be verified for use in { -brand-short-name } and has been disabled.
557+
.message = { $name } is unsigned and xpinstall.signatures.required is set to true. Set this to false in about:config to use this addon.
558558
559559
details-notification-unsigned2 =
560-
.message = { $name } could not be verified for use in { -brand-short-name }. Proceed with caution.
560+
.message = { $name } is an unsigned addon, not approved by Mozila.
561561
562562
details-notification-hard-blocked-extension =
563563
.message = This extension is blocked for violating Mozilla’s policies and has been disabled.

toolkit/mozapps/extensions/content/aboutaddons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ async function getAddonMessageInfo(
285285
linkSumoPage: "unsigned-addons",
286286
messageId: "details-notification-unsigned2",
287287
messageArgs: { name },
288-
type: "warning",
288+
type: "info",
289289
};
290290
} else if (addon.blocklistState === STATE_SOFTBLOCKED) {
291291
const fluentBaseId = "details-notification-soft-blocked";

0 commit comments

Comments
 (0)