From d37919cbf0c2be6acbcb37f9311bb4fd7cb7e3c5 Mon Sep 17 00:00:00 2001 From: Justin Suess Date: Tue, 29 Jan 2019 05:58:03 -0600 Subject: [PATCH] Fixed syntax error in en-GB.json --- src/strings/en-GB.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-GB.json b/src/strings/en-GB.json index ac8a0354d6..6e92b7757f 100644 --- a/src/strings/en-GB.json +++ b/src/strings/en-GB.json @@ -122,5 +122,5 @@ "XmlTvMovieCategoriesHelp": "Programmes with these categories will be displayed as movies. Separate multiple with '|'.", "XmlTvNewsCategoriesHelp": "Programmes with these categories will be displayed as news programmes. Separate multiple with '|'.", "XmlTvPathHelp": "A path to an XML TV file. Jellyfin will read this file and periodically check it for updates. You are responsible for creating and updating the file.", - "XmlTvSportsCategoriesHelp": "Programmes with these categories will be displayed as sports programmes. Separate multiple with '|'.", + "XmlTvSportsCategoriesHelp": "Programmes with these categories will be displayed as sports programmes. Separate multiple with '|'." }