From e1daadfd41284a0faeb776c37b70d2450965469e Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Sun, 21 Jan 2024 13:49:27 +0100 Subject: [PATCH] fix translation Signed-off-by: Stevie Robinson --- 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 3a0b392e7..9c4e616e4 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -270,7 +270,7 @@ "CustomFormatsSpecificationMaximumSizeHelpText": "Release must be less than or equal to this size", "CustomFormatsSpecificationMinimumSize": "Minimum Size", "CustomFormatsSpecificationMinimumSizeHelpText": "Release must be greater than this size", - "CustomFormatsSpecificationRegularExpression": "Language", + "CustomFormatsSpecificationRegularExpression": "Regular Expression", "CustomFormatsSpecificationRegularExpressionHelpText": "Custom Format RegEx is Case Insensitive", "CustomFormatsSpecificationReleaseGroup": "Release Group", "CustomFormatsSpecificationResolution": "Resolution",