Skip to content

Commit 97412a1

Browse files
author
Walter Bender
committed
fix: update turtleblocks hover text too
1 parent 456932d commit 97412a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/piemenus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4039,7 +4039,7 @@ const piemenuGrid = activity => {
40394039
""
40404040
];
40414041

4042-
gridLabels = ["Blank", "Cartesian", "Cartesian/Polar", "Polar", "Blank"];
4042+
gridLabels = ["none", "Cartesian", "Cartesian/Polar", "polar", "none"];
40434043
} else {
40444044
grids = [
40454045
"imgsrc: images/grid/blank.svg",

0 commit comments

Comments
 (0)