mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@
|
||||||
"unknownProvider": "No provider found for supplied URL."
|
"unknownProvider": "No provider found for supplied URL."
|
||||||
},
|
},
|
||||||
"userMessages": {
|
"userMessages": {
|
||||||
|
"BookshelfRelationsError": "Database error, cannot {action}.",
|
||||||
"InternalServerError": "Internal server error, cannot {action}.",
|
"InternalServerError": "Internal server error, cannot {action}.",
|
||||||
"IncorrectUsageError": "Incorrect usage error, cannot {action}.",
|
"IncorrectUsageError": "Incorrect usage error, cannot {action}.",
|
||||||
"NotFoundError": "Resource not found error, cannot {action}.",
|
"NotFoundError": "Resource not found error, cannot {action}.",
|
||||||
|
|
Loading…
Add table
Reference in a new issue