From bfa269a8487a4c3093aabc541eebe015881cba2c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 29 Sep 2020 10:20:54 -0600 Subject: [PATCH] Update copy --- src/CallHandler.tsx | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CallHandler.tsx b/src/CallHandler.tsx index 04f17b7216..2ff018d4d6 100644 --- a/src/CallHandler.tsx +++ b/src/CallHandler.tsx @@ -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; diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 06286adc90..cd31e18b0b 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -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",