More user-facing error message for event-not-found
This commit is contained in:
parent
098f3e6561
commit
7caad2a434
1 changed files with 2 additions and 2 deletions
|
@ -588,8 +588,8 @@ var TimelinePanel = React.createClass({
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Modal.createDialog(ErrorDialog, {
|
Modal.createDialog(ErrorDialog, {
|
||||||
title: "Failed to load event",
|
title: "Failed to load timeline position",
|
||||||
description: msg,
|
description: "Vector was trying to load a specific point in this room's timeline but was unable to find it.",
|
||||||
onFinished: onFinished,
|
onFinished: onFinished,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue