File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ export const TITLE_COPY_OPMODE = 'Copy OpMode';
4343
4444const DESCRIPTION = 'No spaces are allowed in the name. Each word in the name should start with a capital letter.' ;
4545
46- export const EXAMPLE_MECHANISM = 'For example, GamePieceShooter' ;
47- export const EXAMPLE_OPMODE = 'For example, AutoParkAndShoot' ;
46+ export const EXAMPLE_MECHANISM = 'For example: GamePieceShooter' ;
47+ export const EXAMPLE_OPMODE = 'For example: AutoParkAndShoot' ;
4848export const LABEL_MECHANISM = 'Mechanism Name:' ;
4949export const LABEL_OPMODE = 'OpMode Name:' ;
5050
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const TITLE_COPY_PROJECT = 'Copy Project';
4242export const MESSAGE_WELCOME = 'Let\'s create your first project. You just need to give it a name.' ;
4343
4444const DESCRIPTION = 'No spaces are allowed in the name. Each word in the name should start with a capital letter.' ;
45- const EXAMPLE = 'For example, WackyWheelerRobot' ;
45+ const EXAMPLE = 'For example: WackyWheelerRobot' ;
4646const LABEL = 'Project Name:' ;
4747
4848type NewProjectNameModalProps = {
You can’t perform that action at this time.
0 commit comments