Refactor error handling in FalukantService and enhance user feedback in HealthView
- Changed error throwing in FalukantService to use PreconditionError for better clarity. - Added translations for "too close" error in both German and English locales. - Improved user feedback in HealthView by displaying error messages in a dialog upon measure execution failure.
This commit is contained in:
@@ -100,6 +100,12 @@
|
||||
"bad": "Bad",
|
||||
"very_bad": "Very bad"
|
||||
},
|
||||
"healthview": {
|
||||
"title": "Health",
|
||||
"errors": {
|
||||
"tooClose": "Actions too close together (max once per 24 hours)."
|
||||
}
|
||||
},
|
||||
"moneyHistory": {
|
||||
"title": "Money history",
|
||||
"filter": "Filter",
|
||||
|
||||
Reference in New Issue
Block a user