You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
More user-facing error message for event-not-found
This commit is contained in:
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user