Commit 9b652216 authored by Franco Fichtner's avatar Franco Fichtner

proxy: adapt "kB" style like previous

parent a0c0a254
......@@ -138,13 +138,13 @@
<maxDownloadSize type="IntegerField">
<default>2048</default>
<MinimumValue>1</MinimumValue>
<ValidationMessage>Specify the maximum download size. (number of KBs)</ValidationMessage>
<ValidationMessage>Specify the maximum download size (kB).</ValidationMessage>
<Required>N</Required>
</maxDownloadSize>
<maxUploadSize type="IntegerField">
<default>1024</default>
<MinimumValue>1</MinimumValue>
<ValidationMessage>Specify the maximum upload size. (number of KBs)</ValidationMessage>
<ValidationMessage>Specify the maximum upload size (kB).</ValidationMessage>
<Required>N</Required>
</maxUploadSize>
<OverallBandwidthTrotteling type="IntegerField">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment