We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c897d commit 5fbf83fCopy full SHA for 5fbf83f
packages/compass-generative-ai/src/components/ai-optin-modal.tsx
@@ -96,7 +96,7 @@ const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
96
// @ts-expect-error leafygreen only allows strings, but we need to pass icons
97
buttonText={
98
<>
99
- Opt in to Atlas to enable
+ Use Natural Language
100
{isOptInInProgress && (
101
102
@@ -129,7 +129,7 @@ const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
129
this setting in the{' '}
130
<Link href={PROJECT_SETTINGS_LINK} target="_blank">
131
AI features
132
- </Link>{' '}
+ </Link>
133
section.
134
</Banner>
135
<div className={disclaimer}>
0 commit comments