qB translation string cleanup

This commit is contained in:
Carve 2024-10-04 15:54:08 -04:00
parent 11c5a1ac0b
commit 094f16bf76
2 changed files with 4 additions and 4 deletions

View File

@ -1014,11 +1014,11 @@
<label for="webui_domain_textarea">Server domains:</label>
</td>
<td>
<textarea id="webui_domain_textarea" rows="1" cols="60" title="QBT_TR(Whitelist for filtering HTTP Host header values.
<textarea id="webui_domain_textarea" rows="1" cols="60" title="Whitelist for filtering HTTP Host header values.
In order to defend against DNS rebinding attack,
you should put in domain names used by WebUI server.
Use ';' to split multiple entries. Can use wildcard '*'.)QBT_TR[CONTEXT=OptionsDialog]"></textarea>
Use ';' to split multiple entries. Can use wildcard '*'."></textarea>
</td>
</tr>
</tbody>

View File

@ -194,8 +194,8 @@
</tr>
</tbody>
</table>
<div class="formRow" title="QBT_TR(Smart Episode Filter will check the episode number to prevent downloading of duplicates.
Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also support - as a separator))QBT_TR[CONTEXT=AutomatedRssDownloader]">
<div class="formRow" title="Smart Episode Filter will check the episode number to prevent downloading of duplicates.
Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also support - as a separator)">
<input disabled type="checkbox" id="useSmartFilter">
<label for="useSmartFilter">Use Smart Episode Filter</label>
</div>