Skip to content

Commit

Permalink
Updated RedirectDialog message
Browse files Browse the repository at this point in the history
  • Loading branch information
oana-lolea committed Nov 20, 2024
1 parent 69ed461 commit 4f08f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/app/routes/peers.create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function CreatePeerPage() {
<RedirectDialog
ref={dialogRef}
title='Before You Continue'
message='Please note, the required asset type must already exist before you can create a peer.'
message='Please note: you must have at least one asset before you can create a peer.'
redirectPath={'/assets/create'}
redirectButtonText={'Create Asset'}
></RedirectDialog>
Expand Down

0 comments on commit 4f08f58

Please sign in to comment.