From 3ab150a520bb93bf80efa4b13f5fa31ebd9a0010 Mon Sep 17 00:00:00 2001
From: Kraken <10617703+UnhealthyKraken@users.noreply.github.com>
Date: Tue, 17 Sep 2019 16:26:32 +0100
Subject: [PATCH] Update wantedmovies.tpl
---
views/wantedmovies.tpl | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
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
+