From 7caad2a434fae9dfbce901095d4d86a6ba485640 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 22 Mar 2016 14:22:16 +0000 Subject: [PATCH] More user-facing error message for event-not-found --- src/components/structures/TimelinePanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }); }