From 8c235ff766845b818da9d886c77a609d894a283c Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 8 Jun 2020 17:36:25 +0100 Subject: [PATCH] Shortened insufficient oembed data error message no issue - improves display in client --- core/server/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/translations/en.json b/core/server/translations/en.json index 554b9ecfa3..f666930d61 100644 --- a/core/server/translations/en.json +++ b/core/server/translations/en.json @@ -444,7 +444,7 @@ }, "oembed": { "noUrlProvided": "No url provided.", - "insufficientMetadata": "URL contains insufficient metadata for bookmark card.", + "insufficientMetadata": "URL contains insufficient metadata.", "unknownProvider": "No provider found for supplied URL." }, "userMessages": {