diff --git a/InvenTree/templates/js/translated/plugin.js b/InvenTree/templates/js/translated/plugin.js index 2f57631424..8675a491f0 100644 --- a/InvenTree/templates/js/translated/plugin.js +++ b/InvenTree/templates/js/translated/plugin.js @@ -14,8 +14,8 @@ function installPlugin() { method: 'POST', title: '{% trans "Install Plugin" %}', fields: { - url: {}, packagename: {}, + url: {}, confirm: {}, }, onSuccess: function(data) {