Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/page-accounts/src/Vanity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function VanityApp ({ className = '', onStatusChange }: Props): React.ReactEleme
</Button.Group>
{matches.length !== 0 && (
<>
<article className='warning centered'>{t<string>('Ensure that you utilized the "Save" functionality before using a generated address to receive funds. Without saving the address any funds and the associated seed any funds sent to it will be lost.')}</article>
<article className='warning centered'>{t<string>('Ensure that you utilized the "Save" functionality before using a generated address to receive funds. Without saving the address and the associated seed any funds sent to it will be lost.')}</article>
<Table
className='vanity--App-matches'
empty={t<string>('No matches found')}
Expand Down