File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
apps/dashboard/src/components/settings/ApiKeys Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ export const SmartWalletsBillingAlert = ({
44
44
<AlertTitle>Account Abstraction on Mainnet</AlertTitle>
45
45
<AlertDescription>
46
46
<Text as="span" pr={1}>
47
- You've enabled Account Abstraction for one of your API keys
48
- and haven't added a payment method.
47
+ You've enabled Account Abstraction for one of your API keys.
49
48
<br />
50
- To use them on Mainnet ,
51
- </Text>
49
+ To enable AA on mainnet chains ,
50
+ </Text>{" "}
52
51
<TrackedLink
53
52
href="/team/~/~/settings/billing"
54
53
category="api_keys"
@@ -57,7 +56,7 @@ export const SmartWalletsBillingAlert = ({
57
56
color="blue.500"
58
57
>
59
58
<Text as="span" color="blue.500">
60
- add a payment method .
59
+ subscribe to a billing plan .
61
60
</Text>
62
61
</TrackedLink>
63
62
</AlertDescription>
You can’t perform that action at this time.
0 commit comments