Skip to content
Open
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
4 changes: 2 additions & 2 deletions src/app/copy/Home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const homeCopy = {
{
title: "Threshold Signatures",
description:
"Threshold signatures are the magic. The private key never exits. Vault-shares never hold funds. No single key vulnerability. No seed phrases. And native to all blockchains.",
"Threshold signatures are the magic. The private key never exits. Vault-shares never hold funds. No single key vulnerability. No seed phrases, just vault shares. And native to all blockchains. ",
img: "./img/solution-1.svg",
},
{
Expand Down Expand Up @@ -75,7 +75,7 @@ export const homeCopy = {
description:
`KeyGen time: <strong class='monserrat-bold'>10 - 60 seconds.</strong> <br>
2-of-2, 2-of-3, or 3-of-4 Vault setups. Choose your vault type. <br>
Key generation is fast. No device holds the vault private key. `,
Key generation is fast. No one device holds the vault private key, just vault shares. `,
},
{
title: "Transaction Signing",
Expand Down