diff --git a/views/wantedmovies.tpl b/views/wantedmovies.tpl index 5db2a1cad..43704fc48 100644 --- a/views/wantedmovies.tpl +++ b/views/wantedmovies.tpl @@ -46,7 +46,7 @@ Movies - Missing subtitles + Missing Subtitle(s) @@ -54,7 +54,7 @@ %import pretty %if len(rows) == 0: - No missing movie subtitles. + No Missing Subtitles. %end %for row in rows: @@ -83,7 +83,7 @@ %else: - + {{language}} @@ -134,7 +134,7 @@ %end fast forward icon"> -
Total records: {{missing_count}}
+
Total Records: {{missing_count}}
%end @@ -179,7 +179,7 @@ radarrId: $(this).attr("data-radarrId"), title: $(this).attr("data-title") }; - $('#loader_text').text("Downloading subtitles..."); + $('#loader_text').text("Downloading Subtitles..."); $('#loader').addClass('active'); $.ajax({ url: "{{base_url}}get_subtitle_movie", @@ -190,4 +190,4 @@ window.location.reload(); }); }) - \ No newline at end of file +