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() {