Skip to content

Commit 842007a

Browse files
review comments and checking for userPref
1 parent ab8a8eb commit 842007a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-generative-ai/src/store/atlas-optin-reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export const optIntoGenAIWithModalPrompt = ({
223223
Promise<void>
224224
> => {
225225
return (dispatch, getState, { preferences }) => {
226-
// Nothing to do if we already signed in.
226+
// Nothing to do if we already opted in.
227227
const { state } = getState();
228228
if (
229229
state === 'optin-success' ||

0 commit comments

Comments
 (0)