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 + 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'); } 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 @@
- +