change(ui) - text changes
This commit is contained in:
parent
79deaa2ef0
commit
b23f222cfa
7 changed files with 7 additions and 7 deletions
|
|
@ -188,7 +188,7 @@ const AlertForm = (props) => {
|
|||
name="right"
|
||||
value={instance.query.right}
|
||||
onChange={writeQuery}
|
||||
placeholder="Specify Value"
|
||||
placeholder="Specify value"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ function SiteSearch(props: Props) {
|
|||
// value={query}
|
||||
name="searchQuery"
|
||||
// className="bg-white p-2 border border-gray-light rounded w-full pl-10"
|
||||
placeholder="Filter by Name"
|
||||
placeholder="Filter by name"
|
||||
onChange={write}
|
||||
icon="search"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ function UserSearch(props) {
|
|||
value={query}
|
||||
name="searchQuery"
|
||||
// className="bg-white p-2 border border-gray-light rounded w-full pl-10"
|
||||
placeholder="Filter by Name, Role"
|
||||
placeholder="Filter by name, role"
|
||||
onChange={write}
|
||||
icon="search"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ export default class List extends React.PureComponent {
|
|||
<Input
|
||||
style={{ width: '350px'}}
|
||||
wrapperClassName="ml-3"
|
||||
placeholder="Filter by Name or Message"
|
||||
placeholder="Filter by name or message"
|
||||
icon="search"
|
||||
iconPosition="left"
|
||||
name="filter"
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ export default class GraphQL extends React.PureComponent {
|
|||
<div className="flex items-center">
|
||||
<Input
|
||||
// className="input-small"
|
||||
placeholder="Filter by Name or Type"
|
||||
placeholder="Filter by name or type"
|
||||
icon="search"
|
||||
iconPosition="left"
|
||||
name="filter"
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ export default class NetworkContent extends React.PureComponent {
|
|||
/>
|
||||
<Input
|
||||
className="input-small"
|
||||
placeholder="Filter by Name"
|
||||
placeholder="Filter by name"
|
||||
icon="search"
|
||||
iconPosition="left"
|
||||
name="filter"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ export default class Profiler extends React.PureComponent {
|
|||
</div>
|
||||
<Input
|
||||
// className="input-small"
|
||||
placeholder="Filter by Name"
|
||||
placeholder="Filter by name"
|
||||
icon="search"
|
||||
name="filter"
|
||||
onChange={ this.onFilterChange }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue