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
parent d492e3dd0b
commit 04eec32459
1 changed files with 1 additions and 1 deletions

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