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
Copy file name to clipboardExpand all lines: front_end/panels/application/AppManifestView.ts
+12-29Lines changed: 12 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -74,19 +74,12 @@ const UIStrings = {
74
74
learnMore: 'Learn more',
75
75
/**
76
76
*@description Explanation why it is advisable to specify an 'id' field in the manifest.
77
-
*@example {Note:} PH1
78
-
*@example {id} PH2
79
-
*@example {start_url} PH3
80
-
*@example {id} PH4
81
-
*@example {/index.html} PH5
82
-
*@example {(button for copying suggested value into clipboard)} PH6
77
+
*@example {/index.html} PH1
78
+
*@example {(button for copying suggested value into clipboard)} PH2
83
79
*/
84
80
appIdNote:
85
-
'{PH1} {PH2} is not specified in the manifest, {PH3} is used instead. To specify an App ID that matches the current identity, set the {PH4} field to {PH5} {PH6}.',
86
-
/**
87
-
*@description Label for reminding the user of something important. Is shown in bold and followed by the actual note to show the user.
88
-
*/
89
-
note: 'Note:',
81
+
'Note: `id` is not specified in the manifest, `start_url` is used instead. To specify an App ID that matches the current identity, set the `id` field to {PH1} {PH2}.',
82
+
90
83
/**
91
84
*@description Tooltip text that appears when hovering over a button which copies the previous text to the clipboard.
92
85
*/
@@ -691,14 +684,6 @@ export class AppManifestView extends Common.ObjectWrapper.eventMixin<EventTypes,
0 commit comments