mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
src: fix spelling errors
Submitted by: Calexium
This commit is contained in:
parent
5e19a31fbc
commit
ef89723628
@ -52,7 +52,7 @@
|
||||
<label>direction</label>
|
||||
<type>dropdown</type>
|
||||
<advanced>true</advanced>
|
||||
<help>matches incomming or outgoing packets or both (default)</help>
|
||||
<help>matches incoming or outgoing packets or both (default)</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>rule.target</id>
|
||||
|
||||
@ -106,13 +106,13 @@
|
||||
<maxDownloadSize type="IntegerField">
|
||||
<default>2048</default>
|
||||
<MinimumValue>1</MinimumValue>
|
||||
<ValidationMessage>Specify the maximum download size. (number of KB's)</ValidationMessage>
|
||||
<ValidationMessage>Specify the maximum download size. (number of KBs)</ValidationMessage>
|
||||
<Required>N</Required>
|
||||
</maxDownloadSize>
|
||||
<maxUploadSize type="IntegerField">
|
||||
<default>1024</default>
|
||||
<MinimumValue>1</MinimumValue>
|
||||
<ValidationMessage>Specify the maximum upload size. (number of KB's)</ValidationMessage>
|
||||
<ValidationMessage>Specify the maximum upload size. (number of KBs)</ValidationMessage>
|
||||
<Required>N</Required>
|
||||
</maxUploadSize>
|
||||
<OverallBandwidthTrotteling type="IntegerField">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user