From 9d303712f2245f15f1b3b026871a56a297bbb14e Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 3 Oct 2016 10:18:32 +0100 Subject: [PATCH] more s/Vector/Riot/ --- src/CallHandler.js | 2 +- src/components/structures/TimelinePanel.js | 2 +- src/components/views/messages/TextualBody.js | 2 +- src/components/views/rooms/RoomPreviewBar.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CallHandler.js b/src/CallHandler.js index c2ee05b22c..1ac93a8063 100644 --- a/src/CallHandler.js +++ b/src/CallHandler.js @@ -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( diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index be35e9cbdd..f2db2790d1 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -776,7 +776,7 @@ var TimelinePanel = React.createClass({ }); }; } - var message = "Vector was trying to load a specific point in this room's timeline but "; + var message = "Riot was trying to load a specific point in this room's timeline but "; if (error.errcode == 'M_FORBIDDEN') { message += "you do not have permission to view the message in question."; } else { diff --git a/src/components/views/messages/TextualBody.js b/src/components/views/messages/TextualBody.js index 6bb1a994d5..9ce4aa1e84 100644 --- a/src/components/views/messages/TextualBody.js +++ b/src/components/views/messages/TextualBody.js @@ -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; } diff --git a/src/components/views/rooms/RoomPreviewBar.js b/src/components/views/rooms/RoomPreviewBar.js index fee3dd8b4f..baeae4807d 100644 --- a/src/components/views/rooms/RoomPreviewBar.js +++ b/src/components/views/rooms/RoomPreviewBar.js @@ -94,7 +94,7 @@ module.exports = React.createClass({ if (this.props.invitedEmail) { if (this.state.threePidFetchError) { emailMatchBlock =
- Vector was unable to ascertain that the address this invite was + Riot was unable to ascertain that the address this invite was sent to matches one associated with your account.
} else if (this.state.invitedEmailMxid != MatrixClientPeg.get().credentials.userId) {