From 3f20eb96105e4f412b9fdb44228292e4e5ffea79 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 5 Jul 2018 19:58:54 +0100 Subject: [PATCH] Use more helpful dialog tracking title --- src/CallHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CallHandler.js b/src/CallHandler.js index 7529171aa2..d61ea93c02 100644 --- a/src/CallHandler.js +++ b/src/CallHandler.js @@ -419,7 +419,7 @@ function _startCallApp(roomId, type) { if (WidgetEchoStore.roomHasPendingWidgetsOfType(roomId, currentRoomWidgets, 'jitsi')) { const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog"); - Modal.createTrackedDialog('Already have pending Jitsi Widget', '', ErrorDialog, { + Modal.createTrackedDialog('Call being placed', '', ErrorDialog, { title: _t('Call in Progress'), description: _t('A call is currently being placed!'), });