From ac7cbceca9ffcdaf6f4e926082c98bea2a304461 Mon Sep 17 00:00:00 2001 From: cameron clark Date: Sat, 21 Nov 2020 13:21:01 +0000 Subject: [PATCH] Add Tranlation --- src/controllers/dashboard/plugins/add/index.js | 2 +- src/strings/en-us.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",