feat(web): shared status-aware error-message helper + MutationError component (#63)
This commit is contained in:
@@ -61,6 +61,13 @@
|
||||
"editLink": "Edit the record",
|
||||
"illegalError": "That visibility change isn't allowed."
|
||||
},
|
||||
"errors": {
|
||||
"forbidden": "You don't have permission to do that.",
|
||||
"notFound": "That item no longer exists.",
|
||||
"conflict": "That conflicts with existing data.",
|
||||
"validation": "Some values weren't accepted.",
|
||||
"server": "The server had a problem. Please try again."
|
||||
},
|
||||
"toast": {
|
||||
"created": "Created",
|
||||
"saved": "Saved",
|
||||
|
||||
Reference in New Issue
Block a user