1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

more s/Vector/Riot/

This commit is contained in:
Matthew Hodgson
2016-10-03 10:18:32 +01:00
parent 91771ec17d
commit 9d303712f2
4 changed files with 4 additions and 4 deletions

View File

@ -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 {