From 6d142f0b0a6b6f172a2fb2d70a5fc76af8afe40f Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 28 Nov 2022 18:05:58 -0600 Subject: [PATCH] Clarify Custom Format regex help text --- .../Specifications/EditSpecificationModalContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/EditSpecificationModalContent.js b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/EditSpecificationModalContent.js index 2364f5746..534153809 100644 --- a/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/EditSpecificationModalContent.js +++ b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/EditSpecificationModalContent.js @@ -51,7 +51,7 @@ function EditSpecificationModalContent(props) { fields && fields.some((x) => x.label === 'Regular Expression') &&
-
\\^$.|?*+()[{ have special meanings and need escaping with a \\' }} /> +
\\^$.|?*+()[{ have special meanings and need escaping with a \\' }} /> {'More details'} {'Here'}