Files
drip/components/labels.js
T
2018-08-16 08:26:08 +02:00

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'
}