11 lines
348 B
JavaScript
11 lines
348 B
JavaScript
export const settings = {
|
|
errors: {
|
|
noData: 'There is no data to export',
|
|
couldNotConvert: 'Could not convert data to CSV',
|
|
problemSharing: 'There was a problem sharing the data export file'
|
|
},
|
|
exportTitle: 'My Drip data export',
|
|
exportSubject: 'My Drip data export',
|
|
exportLabel: 'Export data',
|
|
importLabel: 'Import data'
|
|
} |