[mirotalk] - fix typo
This commit is contained in:
+1
-1
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user