mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Merge pull request #1067 from TheGrits/patch-4
Fix gh-1066: Localize Search Header
This commit is contained in:
commit
546ae19065
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…
Add table
Reference in a new issue