mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:45:56 +00:00
rename confusing bwlimit option on login page
This commit is contained in:
@@ -166,7 +166,7 @@ function validateLoginForm(f) {
|
|||||||
<input name="bw_limit" id="bw_limit" type="checkbox"
|
<input name="bw_limit" id="bw_limit" type="checkbox"
|
||||||
onchange="bwLimitChange(this)">
|
onchange="bwLimitChange(this)">
|
||||||
<label for="bw_limit">
|
<label for="bw_limit">
|
||||||
<?php echo __("Limit bandwidth usage") ?></label></div>
|
<?php echo __("Use less traffic") ?></label></div>
|
||||||
|
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user