diff --git a/mail/base/content/mailWindowOverlay.js b/mail/base/content/mailWindowOverlay.js index 32d808c42658..dca978c02582 100644 --- a/mail/base/content/mailWindowOverlay.js +++ b/mail/base/content/mailWindowOverlay.js @@ -2219,7 +2219,7 @@ var gMessageNotificationBar = // update the allow remote content for sender string var headerParser = Components.classes["@mozilla.org/messenger/headerparser;1"].getService(Components.interfaces.nsIMsgHeaderParser); var emailAddress = headerParser.extractHeaderAddressMailboxes(null, aMsgHdr.author); - document.getElementById('allowRemoteContentForAuthorDesc').value = + document.getElementById('allowRemoteContentForAuthorDesc').textContent = gMessengerBundle.getFormattedString('alwaysLoadRemoteContentForSender', [emailAddress ? emailAddress : aMsgHdr.author]); this.updateMsgNotificationBar(kMsgNotificationRemoteImages, true); }, diff --git a/mail/base/content/mailWindowOverlay.xul b/mail/base/content/mailWindowOverlay.xul index 416b3d016056..e162807416c7 100644 --- a/mail/base/content/mailWindowOverlay.xul +++ b/mail/base/content/mailWindowOverlay.xul @@ -2185,25 +2185,22 @@ &phishingBarMessage.label; -