[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2025-01-28 02:06:10 +01:00
parent 1f39415ffc
commit dd46eb3bb8
+1 -1
View File
@@ -472,7 +472,7 @@ function handleCallClick() {
popupMsg(`You are calling ${callToUsername}.<br/>Please wait for them to answer.`);
if (callBtn.classList.contains('pulsate')) callBtn.classList.remove('pulsate');
} else {
handleError('Please select the username to call.');
handleError('Please select the user to call.');
}
}