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 Button text for adding a workspace folder.
33
33
*/
34
34
addFolder: 'Add folder',
35
+
/*
36
+
*@description Explanation for selecting the correct workspace folder.
37
+
*/
38
+
selectProjectRoot:
39
+
'To save patches directly to your project, select the project root folder containing the source files of the inspected page.',
35
40
/*
36
41
*@description Explainer stating that selected folder's contents are being sent to Google.
37
42
*/
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.'
43
+
sourceCodeSent: 'Relevant code snippets will be sent to Google to generate code suggestions.'
40
44
}asconst;
41
45
42
46
constlockedString=i18n.i18n.lockedString;
@@ -89,20 +93,25 @@ export class SelectWorkspaceDialog extends UI.Widget.VBox {
0 commit comments