From 24a5259163842bf46d23899a6c171cd02b0fb65a Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+Wolveix@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:02:08 +0000 Subject: [PATCH 1/3] Update settings_radarr.tpl --- views/settings_radarr.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/settings_radarr.tpl b/views/settings_radarr.tpl index f6c0c116e..08a01d5b1 100644 --- a/views/settings_radarr.tpl +++ b/views/settings_radarr.tpl @@ -207,12 +207,12 @@ $.getJSON("{{base_url}}test_url/" + protocol + "/" + encodeURIComponent(radarr_url), function (data) { if (data.status) { $('#radarr_validated').checkbox('check'); - $('#radarr_validation_result').text('Test successful: Radarr v' + data.version).css('color', 'green'); + $('#radarr_validation_result').text('Test Successful: Radarr v' + data.version).css('color', 'green'); $('.form').form('validate form'); $('#loader').removeClass('active'); } else { $('#radarr_validated').checkbox('uncheck'); - $('#radarr_validation_result').text('Test failed').css('color', 'red'); + $('#radarr_validation_result').text('Test Failed').css('color', 'red'); $('.form').form('validate form'); $('#loader').removeClass('active'); } From fc118ab4066d9ce67b3b5f786d7af0b93c8bc91e Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+Wolveix@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:02:53 +0000 Subject: [PATCH 2/3] Update settings_subtitles.tpl --- views/settings_subtitles.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/settings_subtitles.tpl b/views/settings_subtitles.tpl index c15c5a8eb..d03d7a394 100644 --- a/views/settings_subtitles.tpl +++ b/views/settings_subtitles.tpl @@ -3,7 +3,7 @@
- +
@@ -18,7 +18,7 @@
- +
From 8a1c869528abf8a6fbeb25c5b34c688aea2bfe06 Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+Wolveix@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:03:44 +0000 Subject: [PATCH 3/3] Update settings_general.tpl --- views/settings_general.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/settings_general.tpl b/views/settings_general.tpl index d057b05eb..2e4998eb0 100644 --- a/views/settings_general.tpl +++ b/views/settings_general.tpl @@ -538,7 +538,7 @@
-
Post-processing
+
Post-Processing

Be aware that the execution of post-processing command will prevent the user interface from being accessible until completion, when downloading subtitles in interactive mode (meaning you'll see a loader during post-processing).

@@ -546,7 +546,7 @@
- +
@@ -893,4 +893,4 @@ } $( "#settings_auth_apikey" ).val( result ); } - \ No newline at end of file +