Extract labels

This commit is contained in:
Julia Friesel
2018-08-06 13:37:35 +02:00
parent ebb628c6b9
commit 355bcbe809
2 changed files with 17 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
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'
}