From 63a62391dc017646d920b70a665a800972f5938d Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sat, 17 Oct 2020 16:17:38 +1100 Subject: [PATCH] Renamed radio to audio sharing --- src/components/party/StartStreamButton.js | 8 ++++---- src/docs/howTo/sharingAudio.md | 4 ++-- src/modals/StartStreamModal.js | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/party/StartStreamButton.js b/src/components/party/StartStreamButton.js index 5e1d409..df41e9d 100644 --- a/src/components/party/StartStreamButton.js +++ b/src/components/party/StartStreamButton.js @@ -22,7 +22,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) { Browser not supported for audio sharing.

- See How To for more information. + See How To for more information. ); @@ -35,7 +35,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) { Ensure "Share audio" is selected when sharing.

- See How To for more information. + See How To for more information. ); @@ -77,8 +77,8 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) { <> Share your computers audio with the party @@ -28,12 +28,12 @@ function StartStreamModal({ {isSupported && !stream && ( )} {isSupported && stream && ( )}