Skip to content

Commit 78c48a8

Browse files
committed
copy updates
1 parent 03d2e1a commit 78c48a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Home() {
1111
<p className="text-muted-foreground text-xl max-w-2xl text-center">
1212
Over 7 years of proven reliability and performance. Spin up wallets,
1313
trigger onchain actions, and stay compliant—all with one powerful,
14-
production-ready API or White-label Embedded Wallets.
14+
production-ready Server Wallet or Embedded Wallet.
1515
</p>
1616
</div>
1717

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const Header = () => {
3434
}
3535
if (isServerWalletRoute) {
3636
return {
37-
text: "View Express Docs",
37+
text: "View Server Wallet Docs",
3838
url: "https://docs.magic.link/server-wallets/express-api/overview",
3939
};
4040
}

src/components/server-wallet/EVMSignMethods.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function EVMSignMethods() {
125125
return (
126126
<SigningMethodsLayout
127127
title="EVM Signing Methods"
128-
description="Test various EVM cryptographic signing operations with TEE API"
128+
description="Test various EVM cryptographic signing operations with Server Wallet"
129129
defaultTab="personal"
130130
tabs={tabs}
131131
>

0 commit comments

Comments
 (0)