mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added more detail to unknown origin error message (#9973)
refs #9865 The previous error message didn't have much in the way of helping a user fix or diagnose the problem.
This commit is contained in:
parent
e709c80afd
commit
150c0d4de7
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
"clientCredentialsNotProvided": "Client credentials were not provided",
|
||||
"clientCredentialsNotValid": "Client credentials were not valid",
|
||||
"forInformationRead": "For information on how to fix this, please read {url}.",
|
||||
"unknownOrigin": "Could not determine origin of request.",
|
||||
"unknownOrigin": "Could not determine origin of request. Please ensure an Origin or Referrer header is present",
|
||||
"mismatchedOrigin": "Request made from incorrect origin.",
|
||||
"missingUserIDForSession": "Cannot create session without user id.",
|
||||
"accessDenied": "Access denied.",
|
||||
|
|
Loading…
Add table
Reference in a new issue