mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
More user-facing error message for event-not-found
This commit is contained in:
parent
098f3e6561
commit
7caad2a434
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user