mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Make front-end localizable
This commit is contained in:
@@ -82,7 +82,7 @@ export default class Search extends Component {
|
||||
})}>
|
||||
<div className="Search-input">
|
||||
<input className="FormControl"
|
||||
placeholder="Search Forum"
|
||||
placeholder={app.trans('core.search_forum')}
|
||||
value={this.value()}
|
||||
oninput={m.withAttr('value', this.value)}
|
||||
onfocus={() => this.hasFocus = true}
|
||||
|
Reference in New Issue
Block a user