Skip to content

Commit

Permalink
Update Courses.jsx
Browse files Browse the repository at this point in the history
Changed the course name as "New Course" could be misinterpreted as a button to create a new course. There is no need of +1 because "All Controls" is counted as a course.
  • Loading branch information
wlfrdssn authored Dec 29, 2024
1 parent 23b5302 commit ebaf23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Courses.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function Courses() {
newCourse(
Course.create(
null,
"New course",
"Course " + courses.length,
[],
selectedCourse.printScale,
"normal"
Expand Down

0 comments on commit ebaf23d

Please sign in to comment.