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:
parent
69b8c8de68
commit
8c235ff766
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue