From 4d1f3d214dba65e6923b4e50b1b8905d02a1c44a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 3 Apr 2024 15:52:09 +0300 Subject: [PATCH] label format --- client/src/views/import/step1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/import/step1.js b/client/src/views/import/step1.js index b8a8e95b5d..73b0a40347 100644 --- a/client/src/views/import/step1.js +++ b/client/src/views/import/step1.js @@ -673,7 +673,7 @@ class Step1ImportView extends View { label = label.replace(new RegExp(item, 'g'), value); } - return format + ' - ' + label; + return format + ' ยท ' + label; } getDateFormatDataList() {