Skip to content

Commit b4359d6

Browse files
authored
Update example robot name
1 parent dc603c1 commit b4359d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/NewProjectNameModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const TITLE_COPY_PROJECT = 'Copy Project';
4242
export const MESSAGE_WELCOME = 'Let\'s create your first project. You just need to give it a name.';
4343

4444
const DESCRIPTION = 'No spaces are allowed in the name. Each word in the name should start with a capital letter.';
45-
const EXAMPLE = 'For example, RachelTheRobot';
45+
const EXAMPLE = 'For example, WackyWheelerRobot';
4646
const LABEL = 'Project Name:';
4747

4848
type NewProjectNameModalProps = {

0 commit comments

Comments
 (0)