From 2dfb3e7814fa0a7bf4f9fa80094d968cd637b6a0 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 26 Nov 2018 14:28:15 -0600 Subject: [PATCH] Minor text changes --- src/invidious.cr | 2 +- src/invidious/views/login.ecr | 2 +- src/invidious/views/preferences.ecr | 4 ++-- src/invidious/views/template.ecr | 2 +- src/invidious/views/watch.ecr | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/invidious.cr b/src/invidious.cr index ef4214d0..863e2a9a 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -37,7 +37,7 @@ video_threads = CONFIG.video_threads Kemal.config.extra_options do |parser| parser.banner = "Usage: invidious [arguments]" - parser.on("-t THREADS", "--crawl-threads=THREADS", "Number of threads for crawling (default: #{crawl_threads})") do |number| + parser.on("-t THREADS", "--crawl-threads=THREADS", "Number of threads for crawling YouTube (default: #{crawl_threads})") do |number| begin crawl_threads = number.to_i rescue ex diff --git a/src/invidious/views/login.ecr b/src/invidious/views/login.ecr index f9c5029c..55f4c848 100644 --- a/src/invidious/views/login.ecr +++ b/src/invidious/views/login.ecr @@ -65,7 +65,7 @@ <% end %> - + <% end %> diff --git a/src/invidious/views/preferences.ecr b/src/invidious/views/preferences.ecr index 3557f31f..b55e4048 100644 --- a/src/invidious/views/preferences.ecr +++ b/src/invidious/views/preferences.ecr @@ -138,7 +138,7 @@ function update_value(element) {
- + checked<% end %>>
@@ -148,7 +148,7 @@ function update_value(element) {
- + checked<% end %>>
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 4cfb41df..0311f07f 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -77,7 +77,7 @@ <%= content %>