Skip to content

Commit

Permalink
fix: en-US locale bug
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Aug 12, 2023
1 parent 131df0b commit 0091771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export async function buildReaderPopup(
id: makeId("addtonote"),
classList: ["wide-button", `${config.addonRef}-readerpopup`],
properties: {
innerHTML: `${SVGIcon}${Zotero.getString("pdfReader-addToNote")}`,
innerHTML: `${SVGIcon}${Zotero.getString("pdfReader.addToNote")}`,
},
ignoreIfExists: true,
listeners: [
Expand Down

0 comments on commit 0091771

Please sign in to comment.