Make wrong id message clearer
This commit is contained in:
parent
d492e3dd0b
commit
04eec32459
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (id === null || isNaN(+id)) {
|
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
|
// Cover
|
||||||
|
|
Loading…
Reference in New Issue