Skip to content

Commit

Permalink
Improve and reverse the wording of the microphone toggle button for p…
Browse files Browse the repository at this point in the history
…articipants

Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet committed Sep 9, 2024
1 parent c632327 commit 92ed83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CallView/shared/VideoBottomBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ export default {
},
audioButtonTooltip() {
return this.model.attributes.audioAvailable
? t('spreed', 'Mute')
: t('spreed', 'Muted')
? t('spreed', 'Unmute')
: t('spreed', 'Mute')
},
// Video indicator
Expand Down

0 comments on commit 92ed83a

Please sign in to comment.