mirror of
https://github.com/flarum/core.git
synced 2025-07-28 04:00:40 +02:00
Make front-end localizable
This commit is contained in:
@@ -26,12 +26,6 @@ export default class TextEditor extends Component {
|
||||
this.value = m.prop(this.props.value || '');
|
||||
}
|
||||
|
||||
static initProps(props) {
|
||||
super.initProps(props);
|
||||
|
||||
props.submitLabel = props.submitLabel || 'Submit';
|
||||
}
|
||||
|
||||
view() {
|
||||
return (
|
||||
<div className="TextEditor">
|
||||
|
Reference in New Issue
Block a user