Warn when user enters an out-of-range temperature

This commit is contained in:
Julia Friesel
2018-08-22 13:17:12 +02:00
parent 7538dbdccc
commit 0878135aed
5 changed files with 84 additions and 38 deletions
+7 -5
View File
@@ -1,9 +1,11 @@
export const shared = {
cancel: 'Cancel',
errorTitle: 'Error',
successTitle: 'Success',
warning: 'Warning'
}
export const settings = {
shared: {
cancel: 'Cancel',
errorTitle: 'Error',
successTitle: 'Success'
},
export: {
errors: {
noData: 'There is no data to export',