Warn when user enters an out-of-range temperature
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user