You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
more s/Vector/Riot/
This commit is contained in:
@ -194,7 +194,7 @@ module.exports = React.createClass({
|
||||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: "Integrations disabled",
|
||||
description: "You need to enable the Labs option 'Integrations Management' in your Vector user settings first.",
|
||||
description: "You need to enable the Labs option 'Integrations Management' in your Riot user settings first.",
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user