From ba564f0082fbbe127c2cbc0f3c11cbf8de1a8d0b Mon Sep 17 00:00:00 2001 From: Olaf Sulich Date: Thu, 19 Dec 2024 12:45:00 +0100 Subject: [PATCH] fix: press to unmute copy --- src/i18n/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/en-US.json b/src/i18n/en-US.json index 2d61bf02bad..e80ea5bb39b 100644 --- a/src/i18n/en-US.json +++ b/src/i18n/en-US.json @@ -1625,7 +1625,7 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallParticipantLowerYourHand": "Lower your hand", - "videoCallParticipantPressSpaceToUnmuteNotification": "Microphone temporarily on", + "videoCallParticipantPressSpaceToUnmuteNotification": "Your microphone is on", "videoCallParticipantRaiseYourHand": "Raise your hand", "videoCallParticipantRaisedHandRaiseDuration": "Hand raised for {duration}", "videoCallParticipantRaisedSelfHandUp": "You have raised your hand up",