Update copy

This commit is contained in:
Travis Ralston 2020-09-29 10:20:54 -06:00
parent a5569303d1
commit bfa269a848
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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",