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 22d2416 commit 421de01Copy full SHA for 421de01
packages/selenium-ide/src/neo/components/Dialogs/Rename/index.jsx
@@ -73,7 +73,7 @@ class RenameDialogContents extends React.Component {
73
? 'Name your new test'
74
: this.props.type === 'project'
75
? 'Name your new project'
76
- : `${this.state.isRenaming ? 'rename' : 'add new'} ${
+ : `${this.state.isRenaming ? 'Rename' : 'Add new'} ${
77
this.state.type
78
}`,
79
bodyTop: this.props.isNewTest ? (
0 commit comments