We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec45f68 commit 03996eeCopy full SHA for 03996ee
packages/selenium-ide/src/neo/containers/Navigation/index.jsx
@@ -46,7 +46,7 @@ export default class Navigation extends React.Component {
46
async handleChangedTab(tab) {
47
if (PlaybackState.isPlaying && !PlaybackState.paused) {
48
const choseChange = await ModalState.showAlert({
49
- title: 'Playback is Running',
+ title: 'Playback is running',
50
description:
51
"Can't change the view while playback is running, pause the playback?",
52
confirmLabel: 'pause',
0 commit comments