You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
more s/Vector/Riot/
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user