more s/Vector/Riot/
This commit is contained in:
parent
91771ec17d
commit
9d303712f2
4 changed files with 4 additions and 4 deletions
|
@ -268,7 +268,7 @@ function _onAction(payload) {
|
|||
var QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
Modal.createDialog(QuestionDialog, {
|
||||
title: "Warning!",
|
||||
description: "Conference calling in Vector is in development and may not be reliable.",
|
||||
description: "Conference calling in Riot is in development and may not be reliable.",
|
||||
onFinished: confirm=>{
|
||||
if (confirm) {
|
||||
ConferenceHandler.createNewMatrixCall(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue