Skip to content

Commit

Permalink
Replace "unmute" with "muted" because moderator can't unmute
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet committed Sep 9, 2024
1 parent 92ed83a commit 5da1ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CallView/shared/VideoBottomBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default {
},
audioButtonTooltip() {
return this.model.attributes.audioAvailable
? t('spreed', 'Unmute')
? t('spreed', 'Muted')
: t('spreed', 'Mute')
},
Expand Down

0 comments on commit 5da1ea7

Please sign in to comment.