diff --git a/chrome/content/zotero/import/importWizard.js b/chrome/content/zotero/import/importWizard.js
index 66cab732db..59477ee2d0 100644
--- a/chrome/content/zotero/import/importWizard.js
+++ b/chrome/content/zotero/import/importWizard.js
@@ -103,7 +103,10 @@ var Zotero_Import_Wizard = {
onMendeleyOnlineShow: async function () {
document.getElementById('mendeley-online-description').textContent = Zotero.getString(
- 'import.mendeleyOnline.intro', [Zotero.appName, 'Mendeley Reference Manager', 'Mendeley']
+ 'import.online.intro', [Zotero.appName, 'Mendeley Reference Manager', 'Mendeley']
+ );
+ document.getElementById('mendeley-online-description2').textContent = Zotero.getString(
+ 'import.online.intro2', [Zotero.appName, 'Mendeley']
);
},
diff --git a/chrome/content/zotero/import/importWizard.xul b/chrome/content/zotero/import/importWizard.xul
index d204df3633..c4eed4c818 100644
--- a/chrome/content/zotero/import/importWizard.xul
+++ b/chrome/content/zotero/import/importWizard.xul
@@ -35,6 +35,7 @@
onpagerewound="return Zotero_Import_Wizard.goToStart()"
>
+