fx-compat: Add message to Add-ons pane when no plugins installed

We'll want to update the rest of the instances of "extensions" or
"add-ons" to say "plugins" (unless we think we might support themes, in
which case we can keep "add-ons").
This commit is contained in:
Dan Stillman 2022-08-06 03:47:17 -04:00
parent cd296b1f37
commit ef33731490
3 changed files with 18 additions and 0 deletions

View file

@ -30,6 +30,7 @@ var ZOTERO_CONFIG = {
LICENSING_URL: 'https://www.zotero.org/support/licensing',
GET_INVOLVED_URL: 'https://www.zotero.org/getinvolved',
DICTIONARIES_URL: 'https://download.zotero.org/dictionaries/',
PLUGINS_URL: 'https://www.zotero.org/support/plugins',
};
if (typeof process === 'object' && process + '' === '[object process]'){