Skip to content

Commit 4a744b3

Browse files
committed
shorten invalid bukey message
1 parent a2de1a5 commit 4a744b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/header/components/searchDropdown/SearchDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const SearchDropdown: React.FC<SearchOverlayProps> = ({
124124
<HeaderActionWrapper>
125125
{invalidPubkey && (
126126
<InvalidPubkey>
127-
{"Invalid pubkey. Please enter a hexadecimal string."}
127+
{"Invalid pubkey."}
128128
</InvalidPubkey>
129129
)}
130130
<InputSearch

0 commit comments

Comments
 (0)