Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bfa269a

Browse files
committed
Update copy
1 parent a556930 commit bfa269a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CallHandler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export default class CallHandler {
474474
Modal.createTrackedDialog('Confirm Jitsi Terminate', '', QuestionDialog, {
475475
hasCancelButton: true,
476476
title: _t("End conference"),
477-
description: _t("Ending the conference will end the call for everyone. Continue?"),
477+
description: _t("This will end the conference for everyone. Continue?"),
478478
button: _t("End conference"),
479479
onFinished: (proceed) => {
480480
if (!proceed) return;

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"Permission Required": "Permission Required",
5454
"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",
5555
"End conference": "End conference",
56-
"Ending the conference will end the call for everyone. Continue?": "Ending the conference will end the call for everyone. Continue?",
56+
"This will end the conference for everyone. Continue?": "This will end the conference for everyone. Continue?",
5757
"Replying With Files": "Replying With Files",
5858
"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?",
5959
"Continue": "Continue",

0 commit comments

Comments
 (0)