From dd46eb3bb8046cc2462e0bb0f71770c7a9e08472 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 28 Jan 2025 02:06:10 +0100 Subject: [PATCH] [call-me] - fix typo --- public/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/client.js b/public/client.js index a2b0d00..e8dc492 100755 --- a/public/client.js +++ b/public/client.js @@ -472,7 +472,7 @@ function handleCallClick() { popupMsg(`You are calling ${callToUsername}.
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.'); } }