Skip to content

Commit 03996ee

Browse files
author
David Haeffner
committed
Fixed capitilzation on modal title
1 parent ec45f68 commit 03996ee

File tree

1 file changed

+1
-1
lines changed
  • packages/selenium-ide/src/neo/containers/Navigation

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class Navigation extends React.Component {
4646
async handleChangedTab(tab) {
4747
if (PlaybackState.isPlaying && !PlaybackState.paused) {
4848
const choseChange = await ModalState.showAlert({
49-
title: 'Playback is Running',
49+
title: 'Playback is running',
5050
description:
5151
"Can't change the view while playback is running, pause the playback?",
5252
confirmLabel: 'pause',

0 commit comments

Comments
 (0)