Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5ac014f

Browse files
authored
Add a whitespace character after 'broadcast?' (#10097)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 885d509 commit 5ac014f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@
662662
"Unable to decrypt voice broadcast": "Unable to decrypt voice broadcast",
663663
"Unable to play this voice broadcast": "Unable to play this voice broadcast",
664664
"Stop live broadcasting?": "Stop live broadcasting?",
665-
"Are you sure you want to stop your live broadcast?This will end the broadcast and the full recording will be available in the room.": "Are you sure you want to stop your live broadcast?This will end the broadcast and the full recording will be available in the room.",
665+
"Are you sure you want to stop your live broadcast? This will end the broadcast and the full recording will be available in the room.": "Are you sure you want to stop your live broadcast? This will end the broadcast and the full recording will be available in the room.",
666666
"Yes, stop broadcast": "Yes, stop broadcast",
667667
"Listen to live broadcast?": "Listen to live broadcast?",
668668
"If you start listening to this live broadcast, your current live broadcast recording will be ended.": "If you start listening to this live broadcast, your current live broadcast recording will be ended.",

src/voice-broadcast/hooks/useVoiceBroadcastRecording.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const showStopBroadcastingDialog = async (): Promise<boolean> => {
3636
description: (
3737
<p>
3838
{_t(
39-
"Are you sure you want to stop your live broadcast?" +
39+
"Are you sure you want to stop your live broadcast? " +
4040
"This will end the broadcast and the full recording will be available in the room.",
4141
)}
4242
</p>

0 commit comments

Comments
 (0)