Make wrong id message clearer

environments/review-front-wvff-cfe5gn/deployments/13838
Ciarán Ainsworth 2022-09-26 23:14:05 +00:00 zatwierdzone przez Kasper Seweryn
rodzic d492e3dd0b
commit 04eec32459
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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