[FIX] Directory search user placeholder (#17652)

pull/17554/head^2
Dumitru Zavrotschi 5 years ago committed by GitHub
parent 06e5b86889
commit 84ccdd0a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/ui/client/views/app/components/Directory/UserTab.js

@ -23,7 +23,7 @@ const FilterByText = ({ setFilter, ...props }) => {
}, [text]);
return <Box mb='x16' is='form' display='flex' flexDirection='column' {...props}>
<TextInput flexShrink={0} placeholder={t('Search_Channels')} addon={<Icon name='magnifier' size='x20'/>} onChange={handleChange} value={text} />
<TextInput flexShrink={0} placeholder={t('Search_Users')} addon={<Icon name='magnifier' size='x20'/>} onChange={handleChange} value={text} />
</Box>;
};

Loading…
Cancel
Save