Skip to content

Commit

Permalink
Swap token search input placeholder added
Browse files Browse the repository at this point in the history
  • Loading branch information
unixvb committed Feb 10, 2022
1 parent e67853b commit e2dd07a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/_locales/en_GB/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1751,5 +1751,8 @@
"content": "$1"
}
}
},
"swapTokenSearchInputPlaceholder": {
"message": "Enter name or address"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const SwapFormInputHeader = forwardRef<HTMLDivElement, Props>(
ref={searchInputRef}
value={searchString}
className="w-full px-2 bg-transparent"
placeholder={t('swapTokenSearchInputPlaceholder')}
onBlur={handleBlur}
onFocus={handleFocus}
onChange={onSearchChange}
Expand Down

0 comments on commit e2dd07a

Please sign in to comment.