0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Shortened insufficient oembed data error message

no issue

- improves display in client
This commit is contained in:
Kevin Ansfield 2020-06-08 17:36:25 +01:00
parent 69b8c8de68
commit 8c235ff766

View file

@ -444,7 +444,7 @@
}, },
"oembed": { "oembed": {
"noUrlProvided": "No url provided.", "noUrlProvided": "No url provided.",
"insufficientMetadata": "URL contains insufficient metadata for bookmark card.", "insufficientMetadata": "URL contains insufficient metadata.",
"unknownProvider": "No provider found for supplied URL." "unknownProvider": "No provider found for supplied URL."
}, },
"userMessages": { "userMessages": {