diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index c294f26..31be996 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -52,12 +52,12 @@ {{ app_form.downloads_limit_count }}
Current download speed limit: {{ config.downloads.limit_speed }}KB/s
+Current download speed limit in KB/s: {{ config.downloads.limit_speed }}
Limit download speed. 0 (zero) to deactivate, e.g. 1000 (1MB/s). Speeds are in KB/s.Current throttled rate limit: {{ config.downloads.throttledratelimit }}KB/s
+Current throttled rate limit in KB/s: {{ config.downloads.throttledratelimit }}
Download will restart if speeds drop below specified amount. 0 (zero) to deactivate, e.g. 100. Speeds are in KB/s.