This repository was archived by the owner on Nov 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
locales/en-US/toolkit/about
mozapps/extensions/content Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -554,10 +554,10 @@ details-notification-incompatible2 =
554554 .message = { $name } is incompatible with { -brand-short-name } { $version } .
555555
556556details-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
559559details-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
562562details-notification-hard-blocked-extension =
563563 .message = This extension is blocked for violating Mozilla’s policies and has been disabled.
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments