mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
🐛 Added translation for BookshelfRelationsError
refs #12493 This protects against accidental relation errors giving unfriendly errors messages.
This commit is contained in:
parent
9b5184387f
commit
5af0b5735b
@ -499,6 +499,7 @@
|
||||
"unknownProvider": "No provider found for supplied URL."
|
||||
},
|
||||
"userMessages": {
|
||||
"BookshelfRelationsError": "Database error, cannot {action}.",
|
||||
"InternalServerError": "Internal server error, cannot {action}.",
|
||||
"IncorrectUsageError": "Incorrect usage error, cannot {action}.",
|
||||
"NotFoundError": "Resource not found error, cannot {action}.",
|
||||
|
Loading…
Reference in New Issue
Block a user