Skip to content

Commit 11bb4f5

Browse files
authored
chore: update mainnet AA message (#6427)
1 parent c547164 commit 11bb4f5

File tree

1 file changed

+4
-5
lines changed
  • apps/dashboard/src/components/settings/ApiKeys

1 file changed

+4
-5
lines changed

apps/dashboard/src/components/settings/ApiKeys/Alerts.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ export const SmartWalletsBillingAlert = ({
4444
<AlertTitle>Account Abstraction on Mainnet</AlertTitle>
4545
<AlertDescription>
4646
<Text as="span" pr={1}>
47-
You&apos;ve enabled Account Abstraction for one of your API keys
48-
and haven&apos;t added a payment method.
47+
You&apos;ve enabled Account Abstraction for one of your API keys.
4948
<br />
50-
To use them on Mainnet,
51-
</Text>
49+
To enable AA on mainnet chains,
50+
</Text>{" "}
5251
<TrackedLink
5352
href="/team/~/~/settings/billing"
5453
category="api_keys"
@@ -57,7 +56,7 @@ export const SmartWalletsBillingAlert = ({
5756
color="blue.500"
5857
>
5958
<Text as="span" color="blue.500">
60-
add a payment method.
59+
subscribe to a billing plan.
6160
</Text>
6261
</TrackedLink>
6362
</AlertDescription>

0 commit comments

Comments
 (0)