bridge_ui: updated token picker search bar text

Change-Id: Ida77c18b0665f877b031f6483f51df8556aca690
This commit is contained in:
Chase Moran 2021-11-19 14:28:05 -05:00 committed by Evan Gray
parent 124efece2a
commit bf439a4759
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ export default function TokenPicker({
<DialogContent className={classes.dialogContent}>
<TextField
variant="outlined"
label="Search"
label="Search name or paste address"
value={holderString}
onChange={(event) => setHolderString(event.target.value)}
fullWidth