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 Heading of dialog box which asks user to select a workspace folder.
21
21
*/
22
-
selectFolder: 'Select folder',
22
+
selectFolder: 'Select project root folder',
23
23
/**
24
24
*@description Button text for canceling workspace selection.
25
25
*/
@@ -35,7 +35,8 @@ const UIStringsNotTranslate = {
35
35
/*
36
36
*@description Explainer stating that selected folder's contents are being sent to Google.
37
37
*/
38
-
sourceCodeSent: 'Source code from the selected folder is sent to Google to generate code suggestions'
38
+
sourceCodeSent:
39
+
'To save patches directly to your project, select the project root folder containing the source files of the inspected page. Relevant code snippets will be sent to Google to generate code suggestions.'
39
40
}asconst;
40
41
41
42
constlockedString=i18n.i18n.lockedString;
@@ -84,6 +85,7 @@ export class SelectWorkspaceDialog extends UI.Widget.VBox {
0 commit comments