[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2026-04-28 15:44:00 +02:00
parent 68ce4c7322
commit 5f15a780cc
+1 -1
View File
@@ -12224,7 +12224,7 @@ async function updateMyPeerAvatarByUrl() {
img.onload = () => resolve(url);
img.onerror = () => {
Swal.showValidationMessage(
'Could not load the image the URL may be invalid, restricted, or not an image'
'Could not load the image, the URL may be invalid, restricted, or not an image'
);
resolve(false); // keep dialog open
};