File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/selenium-ide/src/neo Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ export default class Panel extends React.Component {
251
251
const choseProceed = await ModalState . showAlert ( {
252
252
title : 'Stop recording' ,
253
253
description :
254
- 'Are you sure you would to stop recording and create a new project ?' ,
254
+ 'Leaving this project and creating a new one will stop the recording process. Would you like to continue ?' ,
255
255
confirmLabel : 'proceed' ,
256
256
cancelLabel : 'cancel' ,
257
257
} )
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ class PlaybackState {
192
192
const chosePlay = await ModalState . showAlert ( {
193
193
title : 'Stop recording' ,
194
194
description :
195
- 'Are you sure you would like to stop recording, and start playing ?' ,
195
+ 'Playing this test will stop the recording process. Would you like to continue ?' ,
196
196
confirmLabel : 'playback' ,
197
197
cancelLabel : 'cancel' ,
198
198
} )
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ class UiState {
151
151
const choseChange = await ModalState . showAlert ( {
152
152
title : 'Stop recording' ,
153
153
description :
154
- 'Are you sure you would like to stop recording, and change views ?' ,
154
+ 'Changing the current view will stop the recording process. Would you like to continue ?' ,
155
155
confirmLabel : 'stop recording' ,
156
156
cancelLabel : 'cancel' ,
157
157
} )
@@ -229,7 +229,7 @@ class UiState {
229
229
const choseSelect = await ModalState . showAlert ( {
230
230
title : 'Stop recording' ,
231
231
description :
232
- 'Are you sure you would like to stop recording, and select a different test ?' ,
232
+ 'Leaving this test and moving to another one will stop the recording process. Would you like to continue ?' ,
233
233
confirmLabel : 'stop recording' ,
234
234
cancelLabel : 'cancel' ,
235
235
} )
You can’t perform that action at this time.
0 commit comments