Files
drip/components/labels.js
T
Julia Friesel 355bcbe809 Extract labels
2018-08-06 13:37:35 +02:00

10 lines
318 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',
buttonLabel: 'Export data'
}