label format

This commit is contained in:
Yuri Kuznetsov
2024-04-03 15:52:09 +03:00
parent fab13b3140
commit 4d1f3d214d

View File

@@ -673,7 +673,7 @@ class Step1ImportView extends View {
label = label.replace(new RegExp(item, 'g'), value);
}
return format + ' - ' + label;
return format + ' · ' + label;
}
getDateFormatDataList() {