From d4c69c3932b3a8723c6e1f4301400fd79fa6461d Mon Sep 17 00:00:00 2001 From: tod31 Date: Fri, 9 Apr 2021 12:46:12 +0200 Subject: [PATCH] fix custom-field-stringtemplate-separator string --- i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 24711ba85..2a99b886e 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -991,5 +991,5 @@ "moveSwimlanePopup-title": "Move Swimlane", "custom-field-stringtemplate": "String Template", "custom-field-stringtemplate-format": "Format (use %{value} as placeholder)", - "custom-field-stringtemplate-separator": "Separator (use   or   for a space)" + "custom-field-stringtemplate-separator": "Separator (use or   for a space)" }