From 2d69f64121dc40c0a8bd0504292b47bc1cc6734c Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 27 Nov 2021 14:11:06 +0700 Subject: [PATCH] fix some wording --- tubearchivist/home/templates/home/settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.
{{ app_form.downloads_limit_speed }}
-

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.
{{ app_form.downloads_throttledratelimit }}