diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index 7cb8a22e7c..8ebe764ecf 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -588,8 +588,8 @@ var TimelinePanel = React.createClass({ }; } Modal.createDialog(ErrorDialog, { - title: "Failed to load event", - description: msg, + title: "Failed to load timeline position", + description: "Vector was trying to load a specific point in this room's timeline but was unable to find it.", onFinished: onFinished, }); }