Merge branch '151-in-import-error-when-future-edit-for-something-other-than-a-note' into 'master'

Show error message when future data edit

Closes #151

See merge request bloodyhealth/drip!161
This commit is contained in:
Julia Friesel
2019-01-18 10:12:49 +00:00
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ export default {
deleteOption: 'Import and delete existing',
errors: {
couldNotOpenFile: 'Could not open file',
postFix: 'No data was imported or changed'
postFix: 'No data was imported or changed',
futureEdit: 'Future dates may only contain a note, no other symptoms'
},
success: {
message: 'Data successfully imported'