Skip to content

Commit

Permalink
[Issue-43] Update text placeHolder for NFTCollection screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dungnguyen-art committed May 31, 2024
1 parent 005455c commit 377c762
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function Component ({ className = '' }: Props): React.ReactElement<Props> {
renderWhenEmpty={emptyNft}
searchFunction={searchNft}
searchMinCharactersCount={2}
searchPlaceholder={t<string>(' name or ID')}
searchPlaceholder={t<string>('Search collectible name of ID')}
/>
</Layout.Base>
</PageWrapper>
Expand Down

0 comments on commit 377c762

Please sign in to comment.