Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 9ded03e

Browse files
committed
Change initial save message
1 parent ccef460 commit 9ded03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const CONSTANTS = {
4242
NUMERIC_SIX: "Digit6",
4343
NUMERIC_SEVEN: "Digit7",
4444
},
45-
NO_FILES_AVAILABLE: "Choose a .py file to run on the Simulator",
45+
NO_FILES_AVAILABLE: "Save a .py file to run on the Simulator",
4646
SIMULATOR_BUTTON_WIDTH: 60,
4747
TOOLBAR_INFO: `Explore what's on the board:`,
4848
};

0 commit comments

Comments
 (0)