Skip to content

Commit 42a73b5

Browse files
author
David Haeffner
committed
Updated copy for dialogs that stop recording
1 parent 40bf2aa commit 42a73b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/selenium-ide/src/neo/containers/Panel/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
})

packages/selenium-ide/src/neo/stores/view/PlaybackState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
})

packages/selenium-ide/src/neo/stores/view/UiState.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)