Skip to content

Commit c978aa0

Browse files
authored
Remove wildcard reference (#5682)
1 parent 9b3bf16 commit c978aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/page-accounts/src/Vanity/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function VanityApp ({ className = '', onStatusChange }: Props): React.ReactEleme
188188
<Input
189189
autoFocus
190190
className='medium'
191-
help={t<string>('Type here what you would like your address to contain. This tool will generate the keys and show the associated addresses that best match your search. You can use "?" as a wildcard for a character.')}
191+
help={t<string>('Type here what you would like your address to contain. This tool will generate the keys and show the associated addresses that best match your search. ')}
192192
isDisabled={isRunning}
193193
isError={!isMatchValid}
194194
label={t<string>('Search for')}

0 commit comments

Comments
 (0)