diff --git a/views/wantedseries.tpl b/views/wantedseries.tpl index 7218676e5..1637ca5ca 100644 --- a/views/wantedseries.tpl +++ b/views/wantedseries.tpl @@ -48,7 +48,7 @@ Series Episode Episode Title - Missing subtitles + Missing Subtitle(s) @@ -56,7 +56,7 @@ %import pretty %if rows.count() == 0: - No missing episode subtitles. + No Missing Subtitles. %end %for row in rows: @@ -90,7 +90,7 @@ %else: - + {{language}} @@ -141,7 +141,7 @@ %end fast forward icon"> -
Total records: {{missing_count}}
+
Total Records: {{missing_count}}
%end @@ -187,7 +187,7 @@ sonarrEpisodeId: $(this).attr("data-sonarrEpisodeId"), title: $(this).attr("data-title") }; - $('#loader_text').text("Downloading subtitles..."); + $('#loader_text').text("Downloading Subtitles..."); $('#loader').addClass('active'); $.ajax({ url: "{{base_url}}get_subtitle", @@ -198,4 +198,4 @@ window.location.reload(); }); }) - \ No newline at end of file +