diff --git a/chrome/content/zotero/elements/relatedBox.js b/chrome/content/zotero/elements/relatedBox.js index 7929f09540..9e3c3217ed 100644 --- a/chrome/content/zotero/elements/relatedBox.js +++ b/chrome/content/zotero/elements/relatedBox.js @@ -151,7 +151,7 @@ import { getCSSItemTypeIcon } from 'components/icons'; return; } if (relItems[0].libraryID != this._item.libraryID) { - Zotero.alert.alert(null, "", "You cannot relate items in different libraries."); + Zotero.alert(null, "", "You cannot relate items in different libraries."); return; } await Zotero.DB.executeTransaction(async () => {