Show error message when future data edit

This commit is contained in:
Julia Friesel
2019-01-17 18:11:17 +01:00
parent 23c6a60258
commit d8ce68d1ed
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'