You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-16 22:01:54 +03:00
Put back default strings on dialogs
But make them work by calling _t in render rather than getDefaultProps(). Also sort out some 'Warning!' strings
This commit is contained in:
@ -914,7 +914,6 @@ var TimelinePanel = React.createClass({
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t("Failed to load timeline position"),
|
||||
description: message,
|
||||
button: _t("OK"),
|
||||
onFinished: onFinished,
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user