Updated placeholder text in Search text input
• Updated: - placeholder text in Search text input
This commit is contained in:
parent
c3cb3a5361
commit
f5017a07c4
|
@ -110,7 +110,7 @@ class Search extends React.PureComponent {
|
|||
})
|
||||
|
||||
const prependIconColor = (highlighted || !isInNav) ? 'brand' : 'white'
|
||||
const placeholder = !me ? 'Search Gab' : 'Search for people, groups or news'
|
||||
const placeholder = !me ? 'Search Gab' : 'Search for people, groups or gabs'
|
||||
const id = 'nav-search'
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue