[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2025-01-26 20:21:23 +01:00
parent 8f1765712d
commit 1f39415ffc
+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 enter a username to call.');
handleError('Please select the username to call.');
}
}