You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description Second disclaimer item text for the fre dialog.
61
61
*/
62
62
freDisclaimerTextPrivacy:
63
-
'To generate code suggestions, your console input, the history of your current console session, and the contents of the currently open file are shared with Google. This data may be seen by human reviewers to improve this feature.',
63
+
'To generate code suggestions, your console input, the history of your current console session, the currently inspected CSS, and the contents of the currently open file are shared with Google. This data may be seen by human reviewers to improve this feature.',
64
64
/**
65
65
* @description Second disclaimer item text for the fre dialog when enterprise logging is off.
66
66
*/
67
67
freDisclaimerTextPrivacyNoLogging:
68
-
'To generate code suggestions, your console input, the history of your current console session, and the contents of the currently open file are shared with Google. This data will not be used to improve Google’s AI models. Your organization may change these settings at any time.',
68
+
'To generate code suggestions, your console input, the history of your current console session, the currently inspected CSS, and the contents of the currently open file are shared with Google. This data will not be used to improve Google’s AI models. Your organization may change these settings at any time.',
69
69
/**
70
70
* @description Third disclaimer item text for the fre dialog.
71
71
*/
@@ -124,7 +124,7 @@ export class AiCodeCompletionTeaser extends UI.Widget.Widget {
124
124
125
125
// Whether the user completed first run experience dialog or not.
Copy file name to clipboardExpand all lines: front_end/panels/settings/AISettingsTab.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -174,12 +174,12 @@ const UIStrings = {
174
174
* @description Explainer for which data is being sent for the 'Code suggestions' feature
175
175
*/
176
176
codeSuggestionsSendData:
177
-
'To generate code suggestions, your console input, the history of your current console session, and the contents of the currently open file are shared with Google. This data may be seen by human reviewers to improve this feature.',
177
+
'To generate code suggestions, your console input, the history of your current console session, the currently inspected CSS, and the contents of the currently open file are shared with Google. This data may be seen by human reviewers to improve this feature.',
178
178
/**
179
179
* @description Explainer for which data is being sent for the 'Code suggestions' feature when logging is not enabled
180
180
*/
181
181
codeSuggestionsSendDataNoLogging:
182
-
'To generate code suggestions, your console input, the history of your current console session, and the contents of the currently open file are shared with Google. This data will not be used to improve Google’s AI models.',
182
+
'To generate code suggestions, your console input, the history of your current console session, the currently inspected CSS, and the contents of the currently open file are shared with Google. This data will not be used to improve Google’s AI models.',
183
183
/**
184
184
* @description Label for a link to the terms of service
185
185
*/
@@ -256,7 +256,7 @@ export class AISettingsTab extends LegacyWrapper.LegacyWrapper.WrappableComponen
0 commit comments