WebUI: revise Edit Category dialog button text

The generic "OK" is suitable for more scenarios.
This commit is contained in:
Chocobo1 2024-11-27 01:01:11 +08:00
parent 83b0dd3026
commit b84a51c76d
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -159,7 +159,7 @@
<label for="savePath" style="font-weight: bold;">QBT_TR(Save path:)QBT_TR[CONTEXT=TransferListWidget]</label>
<input type="text" id="savePath" class="pathDirectory" style="width: 99%;">
<div style="text-align: center; padding-top: 10px;">
<input type="button" value="QBT_TR(Add)QBT_TR[CONTEXT=HttpServer]" id="categoryNameButton">
<input type="button" value="QBT_TR(OK)QBT_TR[CONTEXT=Category]" id="categoryNameButton">
</div>
</div>
</body>