Skip to content

Commit

Permalink
Fixed typo in the changeset from https://phabricator.services.mozilla…
Browse files Browse the repository at this point in the history
….com/D107755#change-ejYef3i1CbQL that was intended to update the infobar invocation to the changed notification interface in tree
  • Loading branch information
motin committed Oct 29, 2021
1 parent 236f72e commit ca7bbd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class TranslationBrowserChromeUi {
const notif = notificationBox.appendNotification("translation", {
label: "",
priority: notificationBox.PRIORITY_INFO_HIGH,
is: `translation-notification-${chromeWin.now}`,
notificationIs: `translation-notification-${chromeWin.now}`,
});
notif.init(this.translationBrowserChromeUiNotificationManager);
this.translationBrowserChromeUiNotificationManager.infobarDisplayed(
Expand Down

0 comments on commit ca7bbd0

Please sign in to comment.