From 9b0c41959bf20e12eee788ed45b3da63b4604acb Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 30 Mar 2024 09:36:02 -0400 Subject: [PATCH] =?UTF-8?q?head=20=E2=86=92=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-2.0/itemPaneSections.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-2.0/itemPaneSections.js b/src-2.0/itemPaneSections.js index 3b21d29..13fa443 100644 --- a/src-2.0/itemPaneSections.js +++ b/src-2.0/itemPaneSections.js @@ -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", }, @@ -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"}`,