diff --git a/src/controllers/dashboard/plugins/add/index.js b/src/controllers/dashboard/plugins/add/index.js
index 7560495345..89bd499f49 100644
--- a/src/controllers/dashboard/plugins/add/index.js
+++ b/src/controllers/dashboard/plugins/add/index.js
@@ -24,7 +24,7 @@ function populateVersions(packageInfo, page, installedPlugin) {
for (let i = 0; i < packageInfo.versions.length; i++) {
const version = packageInfo.versions[i];
- html += '';
+ html += '';
}
const selectmenu = $('#selectVersion', page).html(html);
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 3f1276fb69..58a7fbda00 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -1158,6 +1158,7 @@
"ProductionLocations": "Production locations",
"Profile": "Profile",
"Programs": "Programs",
+ "PluginFromRepo": "{0} from repository {1}",
"Quality": "Quality",
"QuickConnect": "Quick Connect",
"QuickConnectActivationSuccessful": "Successfully activated",