0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

🐛 Added translation for BookshelfRelationsError

refs #12493

This protects against accidental relation errors giving unfriendly
errors messages.
This commit is contained in:
Fabien O'Carroll 2021-01-04 10:06:14 +00:00 committed by Fabien 'egg' O'Carroll
parent 9b5184387f
commit 5af0b5735b

View file

@ -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}.",