diff --git a/src/components/CallView/shared/VideoBottomBar.vue b/src/components/CallView/shared/VideoBottomBar.vue index 17ece3951a6..b28c7da046a 100644 --- a/src/components/CallView/shared/VideoBottomBar.vue +++ b/src/components/CallView/shared/VideoBottomBar.vue @@ -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