Skip to content

Commit

Permalink
head → header
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman authored and windingwind committed Apr 30, 2024
1 parent 39330cf commit 9b0c419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-2.0/itemPaneSections.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Zotero.ItemPaneManager.registerSection({
paneID: "example",
pluginID: this.id,
head: {
header: {
l10nID: "make-it-red-item-section-example1-head-text",
icon: "chrome://zotero/skin/16/universal/book.svg",
},
Expand All @@ -26,7 +26,7 @@
Zotero.ItemPaneManager.registerSection({
paneID: "reader-example",
pluginID: this.id,
head: {
header: {
l10nID: "make-it-red-item-section-example2-head-text",
// Optional
l10nArgs: `{"status": "Initialized"}`,
Expand Down

0 comments on commit 9b0c419

Please sign in to comment.