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