Add a whitespace character after 'broadcast?' (#10097)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
885d5098ab
commit
5ac014ff29
2 changed files with 2 additions and 2 deletions
|
@ -662,7 +662,7 @@
|
||||||
"Unable to decrypt voice broadcast": "Unable to decrypt voice broadcast",
|
"Unable to decrypt voice broadcast": "Unable to decrypt voice broadcast",
|
||||||
"Unable to play this voice broadcast": "Unable to play this voice broadcast",
|
"Unable to play this voice broadcast": "Unable to play this voice broadcast",
|
||||||
"Stop live broadcasting?": "Stop live broadcasting?",
|
"Stop live broadcasting?": "Stop live broadcasting?",
|
||||||
"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.",
|
"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.",
|
||||||
"Yes, stop broadcast": "Yes, stop broadcast",
|
"Yes, stop broadcast": "Yes, stop broadcast",
|
||||||
"Listen to live broadcast?": "Listen to live broadcast?",
|
"Listen to live broadcast?": "Listen to live broadcast?",
|
||||||
"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.",
|
"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.",
|
||||||
|
|
|
@ -36,7 +36,7 @@ const showStopBroadcastingDialog = async (): Promise<boolean> => {
|
||||||
description: (
|
description: (
|
||||||
<p>
|
<p>
|
||||||
{_t(
|
{_t(
|
||||||
"Are you sure you want to stop your live broadcast?" +
|
"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.",
|
"This will end the broadcast and the full recording will be available in the room.",
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue