From 7d644aa54430eb6712e294956e35c5601077e398 Mon Sep 17 00:00:00 2001 From: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com> Date: Thu, 24 Jun 2021 08:36:52 +0100 Subject: [PATCH] New: Activity Queue: Rename Timeleft column to Time Left --- src/NzbDrone.Core/Localization/Core/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index c2204a9a3..fb746d5e1 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -975,7 +975,7 @@ "ThisConditionMatchesUsingRegularExpressions": "This condition matches using Regular Expressions. Note that the characters {0} have special meanings and need escaping with a {1}", "Time": "Time", "TimeFormat": "Time Format", - "Timeleft": "Timeleft", + "Timeleft": "Time Left", "Title": "Title", "Titles": "Titles", "TMDb": "TMDb",