diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index 30f2600..c4fba21 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -9,7 +9,7 @@

Color scheme

Current color scheme: {{ config.application.colors }}

- Select yout preferred color scheme between dark and light mode.
+ Select your preferred color scheme between dark and light mode.
@@ -72,17 +72,17 @@

Downloads

Current download limit: {{ config.downloads.limit_count }}

- Limit the count of videos getting downloaded on every run. 0 (zero) to deactivate.
+ Limit the number of videos getting downloaded on every run. 0 (zero) to deactivate.
-

Currend Download speed limit: {{ config.downloads.limit_speed }}

+

Current download speed limit: {{ config.downloads.limit_speed }}

Limit download speed. 0 (zero) to deactivate.
KB/sec

Current scraping sleep interval: {{ config.downloads.sleep_interval }}

- Seconds to sleep between calls to youtube. Might be necessary to avoid throttling. Recommended 3.
+ Seconds to sleep between calls to YouTube. Might be necessary to avoid throttling. Recommended 3.
@@ -134,4 +134,4 @@

Rescan filesystem.

Coming soon
-{% endblock content %} \ No newline at end of file +{% endblock content %}