Skip to content

Commit 421de01

Browse files
committed
capitalized rename dialog
1 parent 22d2416 commit 421de01

File tree

1 file changed

+1
-1
lines changed
  • packages/selenium-ide/src/neo/components/Dialogs/Rename

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/components/Dialogs/Rename/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class RenameDialogContents extends React.Component {
7373
? 'Name your new test'
7474
: this.props.type === 'project'
7575
? 'Name your new project'
76-
: `${this.state.isRenaming ? 'rename' : 'add new'} ${
76+
: `${this.state.isRenaming ? 'Rename' : 'Add new'} ${
7777
this.state.type
7878
}`,
7979
bodyTop: this.props.isNewTest ? (

0 commit comments

Comments
 (0)