Skip to content

Commit 5fbf83f

Browse files
nit:
1 parent e0c897d commit 5fbf83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-generative-ai/src/components/ai-optin-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
9696
// @ts-expect-error leafygreen only allows strings, but we need to pass icons
9797
buttonText={
9898
<>
99-
&nbsp;Opt in to Atlas to enable
99+
&nbsp;Use Natural Language
100100
{isOptInInProgress && (
101101
<>
102102
&nbsp;
@@ -129,7 +129,7 @@ const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
129129
this setting in the{' '}
130130
<Link href={PROJECT_SETTINGS_LINK} target="_blank">
131131
AI features
132-
</Link>{' '}
132+
</Link>
133133
section.
134134
</Banner>
135135
<div className={disclaimer}>

0 commit comments

Comments
 (0)