mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-19 13:01:30 -07:00
chore: better field name
This commit is contained in:
parent
f0bd2b357d
commit
9c6963d68f
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ function NetworkMembers({ network }) {
|
|||
</IconButton>
|
||||
<Grid container>
|
||||
<Grid item sm={3}>
|
||||
<Typography>Search (Addr/Name)</Typography>
|
||||
<Typography>Search (Address / Name)</Typography>
|
||||
<TextField
|
||||
value={filter}
|
||||
onChange={(e) => setFilter(e.target.value)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue