Skip to content

Commit 5da43d6

Browse files
OrKoNDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
[AI Assistance] Fix learn more link in tooltip
This CL makes the Learn more link use the same text as in other UI disclaimers. Fixed: 406083474 Change-Id: I70bba4bb2d1df31fd185687e5642e2428ac0eaa7 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6439632 Commit-Queue: Nikolay Vitkov <nvitkov@chromium.org> Auto-Submit: Alex Rudenko <alexrudenko@chromium.org> Reviewed-by: Nikolay Vitkov <nvitkov@chromium.org>
1 parent b3239f4 commit 5da43d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

front_end/panels/ai_assistance/PatchWidget.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ const UIStringsNotTranslate = {
7777
applyToWorkspaceTooltipNoLogging:
7878
'Source code from the selected folder is sent to Google to generate code suggestions. This data will not be used to improve Google’s AI models.',
7979
/**
80-
*@description Tooltip link for the navigating to "AI innovations" page in settings.
80+
*@description The footer disclaimer that links to more information
81+
* about the AI feature. Same text as in ChatView.
8182
*/
82-
learnMore: 'Learn more',
83+
learnMore: 'Learn about AI in DevTools',
8384
/**
8485
*@description Header text for the AI-powered code suggestions disclaimer dialog.
8586
*/

0 commit comments

Comments
 (0)