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 {
251251 const choseProceed = await ModalState . showAlert ( {
252252 title : 'Stop recording' ,
253253 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 ?' ,
255255 confirmLabel : 'proceed' ,
256256 cancelLabel : 'cancel' ,
257257 } )
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ class PlaybackState {
192192 const chosePlay = await ModalState . showAlert ( {
193193 title : 'Stop recording' ,
194194 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 ?' ,
196196 confirmLabel : 'playback' ,
197197 cancelLabel : 'cancel' ,
198198 } )
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ class UiState {
151151 const choseChange = await ModalState . showAlert ( {
152152 title : 'Stop recording' ,
153153 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 ?' ,
155155 confirmLabel : 'stop recording' ,
156156 cancelLabel : 'cancel' ,
157157 } )
@@ -229,7 +229,7 @@ class UiState {
229229 const choseSelect = await ModalState . showAlert ( {
230230 title : 'Stop recording' ,
231231 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 ?' ,
233233 confirmLabel : 'stop recording' ,
234234 cancelLabel : 'cancel' ,
235235 } )
You can’t perform that action at this time.
0 commit comments