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
+1 -1
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;