Unbranded error messages

This commit is contained in:
Daniel Dent 2016-12-21 14:25:46 -08:00
parent 4804fb3a1c
commit 7c841a86ef
4 changed files with 4 additions and 4 deletions

View file

@ -810,7 +810,7 @@ var TimelinePanel = React.createClass({
});
};
}
var message = "Riot was trying to load a specific point in this room's timeline but ";
var message = "Tried 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 {