mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Update copy
This commit is contained in:
parent
a5569303d1
commit
bfa269a848
@ -474,7 +474,7 @@ export default class CallHandler {
|
||||
Modal.createTrackedDialog('Confirm Jitsi Terminate', '', QuestionDialog, {
|
||||
hasCancelButton: true,
|
||||
title: _t("End conference"),
|
||||
description: _t("Ending the conference will end the call for everyone. Continue?"),
|
||||
description: _t("This will end the conference for everyone. Continue?"),
|
||||
button: _t("End conference"),
|
||||
onFinished: (proceed) => {
|
||||
if (!proceed) return;
|
||||
|
@ -53,7 +53,7 @@
|
||||
"Permission Required": "Permission Required",
|
||||
"You do not have permission to start a conference call in this room": "You do not have permission to start a conference call in this room",
|
||||
"End conference": "End conference",
|
||||
"Ending the conference will end the call for everyone. Continue?": "Ending the conference will end the call for everyone. Continue?",
|
||||
"This will end the conference for everyone. Continue?": "This will end the conference for everyone. Continue?",
|
||||
"Replying With Files": "Replying With Files",
|
||||
"At this time it is not possible to reply with a file. Would you like to upload this file without replying?": "At this time it is not possible to reply with a file. Would you like to upload this file without replying?",
|
||||
"Continue": "Continue",
|
||||
|
Loading…
Reference in New Issue
Block a user