Make some strings in WebUI translatable

Closes #14920
This commit is contained in:
thalieht
2021-05-05 21:24:31 +03:00
parent 94195d5339
commit e86916a7f9
3 changed files with 4 additions and 4 deletions

View File

@@ -230,7 +230,7 @@
<div class="formRow">
<label for="port_value">QBT_TR(Port used for incoming connections:)QBT_TR[CONTEXT=OptionsDialog]</label>
<input type="text" id="port_value" style="width: 4em;" />
<button style="margin-left: 1em;" onclick="qBittorrent.Preferences.generateRandomPort();">Random</button>
<button style="margin-left: 1em;" onclick="qBittorrent.Preferences.generateRandomPort();">QBT_TR(Random)QBT_TR[CONTEXT=OptionsDialog]</button>
</div>
<div class="formRow">
<input type="checkbox" id="upnp_checkbox" />