We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f802d commit 7529febCopy full SHA for 7529feb
browser/main/SideNav/index.js
@@ -493,6 +493,7 @@ class SideNav extends React.Component {
493
type='text'
494
onChange={this.handleSearchInputChange}
495
value={searchText}
496
+ placeholder={i18n.__('Filter tags/folders...')}
497
/>
498
<img styleName='search-clear' src='../resources/icon/icon-x.svg' onClick={this.handleSearchInputClear} />
499
{isFolded && <img styleName='search-folded' src='../resources/icon/icon-search-active.svg' onClick={this.handleSearchButtonClick} />}
0 commit comments