Merge pull request #53 from Terrails/stable

Displayed text has an extra bracket in .torrent upload popup
This commit is contained in:
CJ Ratliff 2024-01-23 10:46:28 -05:00 committed by GitHub
commit 6f16d076e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,12 +21,12 @@
<table style="margin: auto;">
<tr>
<td>
<label for="autoTMM">(Torrent Management Mode:</label>
<label for="autoTMM">Torrent Management Mode:</label>
</td>
<td>
<select id="autoTMM" name="autoTMM" onchange="qBittorrent.Download.changeTMM(this)">
<option selected value="false">(Manual</option>
<option value="true">(Automatic</option>
<option selected value="false">Manual</option>
<option value="true">Automatic</option>
</select>
</td>
</tr>
@ -70,7 +70,7 @@
</tr>
<tr>
<td>
<label for="addToTopOfQueue">(Add to top of queue</label>
<label for="addToTopOfQueue">Add to top of queue</label>
</td>
<td>
<input type="checkbox" id="addToTopOfQueue" name="addToTopOfQueue" value="true" />
@ -78,7 +78,7 @@
</tr>
<tr>
<td>
<label for="stopCondition">(Stop condition:</label>
<label for="stopCondition">Stop condition:</label>
</td>
<td>
<select id="stopCondition" name="stopCondition">
@ -144,7 +144,7 @@
</tr>
</table>
<div id="submitbutton" style="margin-top: 30px; text-align: center;">
<button class="download" id="button" type="submit"</button>
<button class="download" id="button" type="submit"></button>
</div>
</fieldset>
</form>