File tree 1 file changed +5
-4
lines changed
packages/compass-generative-ai/src/components
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -116,15 +116,16 @@ export const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
116
116
{ isProjectAIEnabled
117
117
? 'AI features are enabled for project users with data access.'
118
118
: 'AI features are disabled for project users.' } { ' ' }
119
- Project Owners can change this setting in the{ ' ' }
119
+ Project Owners can { isProjectAIEnabled ? 'disable' : 'enable' } Data
120
+ Explorer AI features in the{ ' ' }
120
121
{ PROJECT_SETTINGS_LINK !== null ? (
121
122
< Link href = { PROJECT_SETTINGS_LINK } target = "_blank" >
122
- AI features
123
+ Project Settings
123
124
</ Link >
124
125
) : (
125
- 'AI features '
126
+ 'Project Settings '
126
127
) }
127
- section .
128
+ .
128
129
</ Banner >
129
130
< div className = { disclaimerStyles } >
130
131
This is a feature powered by generative AI, and may give inaccurate
You can’t perform that action at this time.
0 commit comments