From 04eec32459d92e36995b2003e1406f7998cf7ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 26 Sep 2022 23:14:05 +0000 Subject: [PATCH] Make wrong id message clearer --- front/public/embed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/public/embed.html b/front/public/embed.html index f226161b8..e4d6e52e5 100644 --- a/front/public/embed.html +++ b/front/public/embed.html @@ -31,7 +31,7 @@ } if (id === null || isNaN(+id)) { - error.value = `Widget improperly configured (bad resource id "${id}").` + error.value = `The embed widget couldn't read the provided media ID: ${id}.` } // Cover