Skip to content

Commit e263a8c

Browse files
authored
Merge pull request #49 from swarnk/master
Fix typo packages > packets
2 parents 291e189 + d84ccd7 commit e263a8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

easywall/web/templates/options.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
<div class="col-sm-6 mb-5">
418418
<div class="card border-secondary">
419419
<div class="card-header">
420-
Reject invalid packages
420+
Reject invalid packets
421421
</div>
422422
<div class="card-body">
423423
<div class="form-group">
@@ -429,7 +429,7 @@
429429
checked {% endif %}
430430
aria-describedby="drop_invalid_packets_help">
431431
<label class="form-check-label" for="drop_invalid_packets">
432-
Reject invalid packages
432+
Reject invalid packets
433433
</label>
434434
<small id="drop_invalid_packets_help" class="form-text text-muted">
435435
If you enable the setting, invalid packets are rejected
@@ -448,19 +448,19 @@
448448
checked {% endif %}
449449
aria-describedby="drop_invalid_packets_log_help">
450450
<label class="form-check-label" for="drop_invalid_packets_log">
451-
Log all dropped invalid packages
451+
Log all dropped invalid packets
452452
</label>
453453
<small id="drop_invalid_packets_log_help"
454454
class="form-text text-muted">
455-
If you check this box, dropped invalid packages will be recorded
455+
If you check this box, dropped invalid packets will be recorded
456456
in syslog. Please make sure that the syslog is rotated regularly
457457
to avoid large logfiles.
458458
</small>
459459
</div>
460460

461461
<div class="form-group">
462462
<label for="drop_invalid_packets_log_limit">
463-
Limit of entries in the log to dropped packages per
463+
Limit of entries in the log to dropped packets per
464464
minute
465465
</label>
466466
<input type="text" class="form-control"
@@ -474,7 +474,7 @@
474474
<small id="drop_invalid_packets_log_limit_help"
475475
class="form-text text-muted">
476476
Please enter the number of entries created by the dropped
477-
packages to be stored per minute in the log file. The
477+
packets to be stored per minute in the log file. The
478478
configuration is needed to avoid log file flooding.
479479
</small>
480480
</div>

0 commit comments

Comments
 (0)