mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added disassoc_low_ack help text
This commit is contained in:
parent
b898230823
commit
18e21ad3e7
Binary file not shown.
@ -453,6 +453,9 @@ msgstr "Beacon interval"
|
|||||||
msgid "Disable <code>disassoc_low_ack</code>"
|
msgid "Disable <code>disassoc_low_ack</code>"
|
||||||
msgstr "Disable <code>disassoc_low_ack</code>"
|
msgstr "Disable <code>disassoc_low_ack</code>"
|
||||||
|
|
||||||
|
msgid "Do not disassociate stations based on excessive transmission failures."
|
||||||
|
msgstr "Do not disassociate stations based on excessive transmission failures."
|
||||||
|
|
||||||
#: includes/networking.php
|
#: includes/networking.php
|
||||||
msgid "Summary"
|
msgid "Summary"
|
||||||
msgstr "Summary"
|
msgstr "Summary"
|
||||||
|
@ -56,6 +56,9 @@
|
|||||||
<input class="custom-control-input" id="chxdisassoclowack" name="disassoc_low_ackEnable" type="checkbox" value="1" <?php echo $checked ?> />
|
<input class="custom-control-input" id="chxdisassoclowack" name="disassoc_low_ackEnable" type="checkbox" value="1" <?php echo $checked ?> />
|
||||||
<label class="custom-control-label" for="chxdisassoclowack"><?php echo _("Disable <code>disassoc_low_ack</code>"); ?></label>
|
<label class="custom-control-label" for="chxdisassoclowack"><?php echo _("Disable <code>disassoc_low_ack</code>"); ?></label>
|
||||||
</div>
|
</div>
|
||||||
|
<p id="disassoc_low_ack_help" class="mb-1 mt-0">
|
||||||
|
<small id="disassoc_low_ack_help" class="text-muted"><?php echo _("Do not disassociate stations based on excessive transmission failures.") ?></small></label>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user