diff --git a/src/controllers/dashboard/plugins/add/index.js b/src/controllers/dashboard/plugins/add/index.js
index c3e046dd04..02ee3d2558 100644
--- a/src/controllers/dashboard/plugins/add/index.js
+++ b/src/controllers/dashboard/plugins/add/index.js
@@ -21,7 +21,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 4193b05ff5..cdc1f6d480 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -1157,6 +1157,7 @@
"ProductionLocations": "Production locations",
"Profile": "Profile",
"Programs": "Programs",
+ "PluginFromRepo": "{0} from repository {1}",
"Quality": "Quality",
"QuickConnect": "Quick Connect",
"QuickConnectActivationSuccessful": "Successfully activated",