mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
label format
This commit is contained in:
@@ -673,7 +673,7 @@ class Step1ImportView extends View {
|
||||
label = label.replace(new RegExp(item, 'g'), value);
|
||||
}
|
||||
|
||||
return format + ' - ' + label;
|
||||
return format + ' · ' + label;
|
||||
}
|
||||
|
||||
getDateFormatDataList() {
|
||||
|
||||
Reference in New Issue
Block a user