Browse Source

Fix incorrect function being used

adaptive-webui-19844
Thomas Piccirello 5 years ago
parent
commit
9fecd18293
  1. 2
      src/webui/www/private/newcategory.html

2
src/webui/www/private/newcategory.html

@ -89,7 +89,7 @@ @@ -89,7 +89,7 @@
}
}).send();
},
onError: function() {
onFailure: function() {
alert("QBT_TR(Unable to create category)QBT_TR[CONTEXT=HttpServer] " + window.qBittorrent.Misc.escapeHtml(categoryName));
}
}).send();

Loading…
Cancel
Save