Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant0708 committed Dec 1, 2024
1 parent ec94615 commit 1f255c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verification/verification.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Verification = () => {
});

if (data.camera_ready && data.audio_ready) {
setTestStatus('Devices ready! Please Wait...');
setTestStatus('Devices are ready! Please Wait ...');
} else {
setTestStatus('Some devices are not ready. Please check your camera and microphone permissions.');
}
Expand Down

0 comments on commit 1f255c0

Please sign in to comment.