Skip to content

Commit cb1a163

Browse files
authored
fix(compass-settings): remove atlas account mention COMPASS-9809 (#7290)
remove atlas account mention
1 parent 087c7a7 commit cb1a163

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/compass-settings/src/components/settings/gen-ai-settings.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ export const GenAISettings: React.FunctionComponent<{
99
}> = ({ isAIFeatureEnabled }) => {
1010
return (
1111
<div data-testid="gen-ai-settings">
12-
<div>
13-
Compass users with MongoDB Atlas accounts enjoy access to an extended
14-
set of generative AI functionality, starting with natural language
15-
processing for quicker query and aggregation authoring.
16-
</div>
12+
<div>Provides access to advanced generative AI capabilities.</div>
1713
<SettingsList fields={['enableGenAIFeatures']} />
1814

1915
{isAIFeatureEnabled && (

0 commit comments

Comments
 (0)