From 2d2f60fddf4bfd187193cc7ad5bb206f62b5865a Mon Sep 17 00:00:00 2001 From: TechnicallyOffbeat <90878868+TechnicallyOffbeat@users.noreply.github.com> Date: Sat, 18 Sep 2021 22:51:22 -0400 Subject: [PATCH] settings.html spelling and grammar (#16) * Grammar and spelling for setting.html Fixed grammatical and spelling errors --- tubearchivist/home/templates/home/settings.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %}