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 Link text to forward to a documentation page on the recorder.
121
123
*/
122
-
learnMore: 'Learn more'
124
+
learnMore: 'Learn more',
125
+
/**
126
+
*@description Headline of warning shown to users when users import a recording into DevTools Recorder.
127
+
*/
128
+
doYouTrustThisCode: 'Do you trust this recording?',
129
+
/**
130
+
*@description Warning shown to users when imports code into DevTools Recorder.
131
+
*@example {allow importing} PH1
132
+
*/
133
+
doNotImport:
134
+
'Don\'t import recordings you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type \'\'{PH1}\'\' below to allow importing.',
135
+
/**
136
+
*@description Text a user needs to type in order to confirm that they
137
+
*are aware of the danger of import code into the DevTools Recorder.
138
+
*/
139
+
allowImporting: 'allow importing',
140
+
/**
141
+
*@description Input box placeholder which instructs the user to type 'allow pasing' into the input box.
0 commit comments