Merge pull request #785 from Wolveix/development

Text Capitalisation Unification Across Various Pages
This commit is contained in:
morpheus65535 2020-01-29 15:07:45 -05:00 committed by GitHub
commit 98719a17ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -538,7 +538,7 @@
</div>
</div>
<div class="ui dividing header">Post-processing</div>
<div class="ui dividing header">Post-Processing</div>
<div class="twelve wide column">
<div class="ui orange message">
<p>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).</p>
@ -546,7 +546,7 @@
<div class="ui grid">
<div class="middle aligned row">
<div class="right aligned four wide column">
<label>Use post-processing</label>
<label>Use Post-Processing</label>
</div>
<div class="one wide column">
<div id="settings_use_postprocessing" class="ui toggle checkbox" data-postprocessing={{settings.general.getboolean('use_postprocessing')}}>
@ -893,4 +893,4 @@
}
$( "#settings_auth_apikey" ).val( result );
}
</script>
</script>

View File

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

View File

@ -3,7 +3,7 @@
<div class="ui grid">
<div class="middle aligned row">
<div class="right aligned four wide column">
<label>Search for missing Subtitles frequency (in hours)</label>
<label>Search for Missing Subtitles Frequency (In Hours)</label>
</div>
<div class="five wide column">
<div class='field'>
@ -18,7 +18,7 @@
<div class="middle aligned row">
<div class="right aligned four wide column">
<label>Use Scene name when available</label>
<label>Use Scene Name When Available</label>
</div>
<div class="one wide column">
<div id="settings_scenename" class="ui toggle checkbox" data-scenename={{settings.general.getboolean('use_scenename')}}>