Skip to content

Commit

Permalink
[mirotalkbro] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 18, 2025
1 parent b931800 commit 08782dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/js/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ const isMobileDevice = deviceType === 'mobile';
// =====================================================

const viewerTooltips = [
{ element: enableAudio, text: 'Enable audio', position: 'top' },
{ element: disableAudio, text: 'Disable Your audio', position: 'top' },
{ element: videoBtn, text: 'Toggle Your video', position: 'top' },
{ element: enableAudio, text: 'Enable your audio', position: 'top' },
{ element: disableAudio, text: 'Disable your audio', position: 'top' },
{ element: videoBtn, text: 'Toggle your video', position: 'top' },
{ element: recordingStart, text: 'Start recording', position: 'top' },
{ element: recordingStop, text: 'Stop recording', position: 'top' },
{ element: snapshot, text: 'Take a snapshot', position: 'top' },
Expand Down

0 comments on commit 08782dd

Please sign in to comment.