Use more helpful dialog tracking title

pull/21833/head
David Baker 2018-07-05 19:58:54 +01:00
parent c26b300f30
commit 3f20eb9610
1 changed files with 1 additions and 1 deletions

View File

@ -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!'),
});