Skip to content

Commit

Permalink
WebUI: fix wrong button text in Edit Category dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Nov 26, 2024
1 parent 83b0dd3 commit 7f7f4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/www/private/newcategory.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
if (!uriCategoryName)
return;

$("categoryNameButton").value = "QBT_TR(OK)QBT_TR[CONTEXT=Category]";
$("categoryName").disabled = true;
$("categoryName").value = window.qBittorrent.Misc.escapeHtml(uriCategoryName);
$("savePath").value = window.qBittorrent.Misc.escapeHtml(uriSavePath);
Expand Down

0 comments on commit 7f7f4ca

Please sign in to comment.