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 dc603c1 commit b4359d6Copy full SHA for b4359d6
src/modal/NewProjectNameModal.tsx
@@ -42,7 +42,7 @@ export const TITLE_COPY_PROJECT = 'Copy Project';
42
export const MESSAGE_WELCOME = 'Let\'s create your first project. You just need to give it a name.';
43
44
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';
+const EXAMPLE = 'For example, WackyWheelerRobot';
46
const LABEL = 'Project Name:';
47
48
type NewProjectNameModalProps = {
0 commit comments