From 000de9279bbe6842a71546d5677eb21dfd5fa650 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sat, 23 May 2020 19:48:27 +0200 Subject: [PATCH] Fix translation and TV layout on Show More button --- src/itemdetails.html | 2 +- src/strings/en-us.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/itemdetails.html b/src/itemdetails.html index 3b20397407..18de25845c 100644 --- a/src/itemdetails.html +++ b/src/itemdetails.html @@ -149,7 +149,7 @@

- Show More + ${ShowMore}

diff --git a/src/strings/en-us.json b/src/strings/en-us.json index f26ba16c85..4f109eaeb6 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1373,6 +1373,7 @@ "Share": "Share", "ShowAdvancedSettings": "Show advanced settings", "ShowIndicatorsFor": "Show indicators for:", + "ShowMore": "Show more", "ShowTitle": "Show title", "ShowYear": "Show year", "Shows": "Shows",