We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc8dd7 commit 10340dbCopy full SHA for 10340db
src/components/allowed-users/components/RelayOwnerConfig/RelayOwnerConfig.tsx
@@ -196,7 +196,7 @@ export const RelayOwnerConfig: React.FC<RelayOwnerConfigProps> = ({
196
197
{npubValue && !isValid && (
198
<S.ErrorText>
199
- Invalid NPUB format. Must start with "npub1" and be 63 characters long.
+ Invalid NPUB format. Must start with "npub1" and be 63 characters long.
200
</S.ErrorText>
201
)}
202
</S.NpubSection>
0 commit comments