Skip to content

Commit

Permalink
chore: update copy on import mnemonic page, remove destructive style …
Browse files Browse the repository at this point in the history
…on create password page
  • Loading branch information
rolznz committed Oct 24, 2024
1 parent 856e905 commit 76f293f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
15 changes: 8 additions & 7 deletions frontend/src/screens/setup/ImportMnemonic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,25 +86,26 @@ export function ImportMnemonic() {
<LifeBuoy className="w-6 h-6" />
</div>
<span className="text-muted-foreground">
Recovery phrase is a set of 12 words that{" "}
<b>restores your savings balance from a backup</b>.
Your recovery phrase is a set of 12 words used to restore your
savings balance from a backup.
</span>
</div>
<div className="flex gap-2 items-center">
<div className="shrink-0 text-muted-foreground">
<ShieldCheck className="w-6 h-6" />
</div>
<span className="text-muted-foreground">
Make sure to enter them somewhere safe and private
Keep it safe and private to ensure your funds remain secure.
</span>
</div>
<div className="flex gap-2 items-center">
<div className="shrink-0 text-destructive">
<div className="shrink-0 text-muted-foreground">
<ShieldAlert className="w-6 h-6" />
</div>
<span className="text-destructive">
Your recovery phrase alone currently <b>cannot</b> restore funds
in lightning channels.
<span className="text-muted-foreground">
Your recovery phrase cannot restore funds from lightning
channels. If you had active channels on a different device,
contact Alby support before proceeding.
</span>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/screens/setup/SetupPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,14 @@ export function SetupPassword() {
<div className="flex items-center">
<Checkbox
id="securePassword2"
className="border-destructive"
required
onCheckedChange={() =>
setIsPasswordSecured2(!isPasswordSecured2)
}
/>
<Label
htmlFor="securePassword2"
className="ml-2 leading-4 font-semibold text-destructive"
className="ml-2 leading-4 font-semibold"
>
I understand this password cannot be recovered
</Label>
Expand Down

0 comments on commit 76f293f

Please sign in to comment.