Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Adapt for pontoon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenatal committed Dec 17, 2022
1 parent 8d90f7f commit 8730721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/controller/backgroundScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ const getItemFromWeb = async (tabId, itemURL, fileSize, fileChecksum) => {

browser.contextMenus.create({
id: "firefox-translations",
title: `${browser.i18n.getMessage("translateWith")} Firefox Translations`,
title: browser.i18n.getMessage("translateWith"),
contexts: ["selection"],
});

Expand Down

0 comments on commit 8730721

Please sign in to comment.