Make wrong id message clearer

This commit is contained in:
Ciarán Ainsworth 2022-09-26 23:14:05 +00:00 committed by Kasper Seweryn
commit 04eec32459

View file

@ -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