mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Localize Search Header
This commit is contained in:
parent
69c6e5d427
commit
52a57b05a7
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ var Search = injectIntl(React.createClass({
|
|||
<div className='outer'>
|
||||
<TitleBanner className="masthead">
|
||||
<div className="inner">
|
||||
<h1>Search</h1>
|
||||
<h1><FormattedMessage id="general.search" /></h1>
|
||||
<div className="search">
|
||||
<Form onSubmit={this.onSearchSubmit}>
|
||||
<Button type="submit" className="btn-search" />
|
||||
|
|
Loading…
Reference in a new issue