From 795fbac1ad70e2c0e6e7285dae967143f4708bb9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 28 Feb 2021 18:18:07 +0000 Subject: [PATCH] Fixed #4073 --- src/Ombi/wwwroot/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ombi/wwwroot/translations/en.json b/src/Ombi/wwwroot/translations/en.json index 0efb3fe88..9dbac0924 100644 --- a/src/Ombi/wwwroot/translations/en.json +++ b/src/Ombi/wwwroot/translations/en.json @@ -273,7 +273,7 @@ "AllSeasonsTooltip": "This will request every season for this show", "FirstSeasonTooltip": "This will only request the First Season for this show", "LatestSeasonTooltip": "This will only request the Latest Season for this show", - "NoEpisodes": "There unfortunatly is no episode data for this show yet!" + "NoEpisodes": "There Unfortunately is no episode data for this show yet!" }, "SonarrConfiguration": "Sonarr Configuration", "RadarrConfiguration": "Radarr Configuration", @@ -313,4 +313,4 @@ "MobileQRCode":"Mobile QR Code", "LegacyApp":"Launch Legacy App" } -} \ No newline at end of file +}