You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +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