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, { Modal.createTrackedDialog('Confirm Jitsi Terminate', '', QuestionDialog, {
hasCancelButton: true, hasCancelButton: true,
title: _t("End conference"), 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"), button: _t("End conference"),
onFinished: (proceed) => { onFinished: (proceed) => {
if (!proceed) return; if (!proceed) return;

View file

@ -53,7 +53,7 @@
"Permission Required": "Permission Required", "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", "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", "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", "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?", "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", "Continue": "Continue",