Skip to content

Commit

Permalink
[call-me] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 28, 2025
1 parent 1f39415 commit dd46eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
}

Expand Down

0 comments on commit dd46eb3

Please sign in to comment.