Skip to content

Commit f9f582e

Browse files
Samiya CaurDevtools-frontend LUCI CQ
authored andcommitted
[AiAssistance] Update freestylerSendsData and freestylerSendsDataNoLogging strings
As per recent privacy review, we need to update these strings. No re-opt-is needed. Fixed: 396300537 Change-Id: I0b2f11178a16ef5e4909fca64227a0a88b5789eb Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6280765 Auto-Submit: Samiya Caur <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Samiya Caur <[email protected]>
1 parent d396b27 commit f9f582e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

front_end/panels/settings/AISettingsTab.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ const UIStrings = {
144144
*@description Explainer for which data is being sent by the AI assistance feature
145145
*/
146146
freestylerSendsData:
147-
'Any data the inspected page can access via Web APIs, network requests, files, and performance traces are sent to Google to generate explanations. This data may be seen by human reviewers to improve this feature. Don’t use on pages with personal or sensitive information.',
147+
'Any user query and data the inspected page can access via Web APIs, network requests, files, and performance traces are sent to Google to generate explanations. This data may be seen by human reviewers to improve this feature. Don’t use on pages with personal or sensitive information.',
148148
/**
149149
*@description Explainer for which data is being sent by the AI assistance feature
150150
*/
151151
freestylerSendsDataNoLogging:
152-
'Any data the inspected page can access via Web APIs, network requests, files, and performance traces are sent to Google to generate explanations. This data will not be used to improve Google’s AI models.',
152+
'Any user query and data the inspected page can access via Web APIs, network requests, files, and performance traces are sent to Google to generate explanations. This data will not be used to improve Google’s AI models.',
153153
/**
154154
*@description Label for a link to the terms of service
155155
*/

0 commit comments

Comments
 (0)