diff options
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_splithttp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/stream/stream_splithttp.html b/web/html/xui/form/stream/stream_splithttp.html index e7a38d5e..0dcab965 100644 --- a/web/html/xui/form/stream/stream_splithttp.html +++ b/web/html/xui/form/stream/stream_splithttp.html @@ -19,10 +19,10 @@ </a-input> </a-input-group> </a-form-item> - <a-form-item label="max Upload Size"> + <a-form-item label="Max Upload Size (MB)"> <a-input-number v-model="inbound.stream.splithttp.maxUploadSize" :min="0"></a-input-number> </a-form-item> - <a-form-item label="max Concurrent Uploads"> + <a-form-item label="Max Concurrent Upload"> <a-input-number v-model="inbound.stream.splithttp.maxConcurrentUploads" :min="0"></a-input-number> </a-form-item> </a-form> |
