Skip to content

Commit

Permalink
Change menu title for enrolled program card (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Jan 3, 2025
1 parent 7f1937d commit b4674db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/src/components/EnrolledItemCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ export class EnrolledItemCard extends React.Component<
const certificateLinks = null
const pageLocation = null
const courseRunStatusMessageText = null
const menuTitle = `Program information for ${enrollment.program.title}`
const menuTitle = `Program options for ${enrollment.program.title}`
const courseCount = enrollment.program.courses.length
const hasPassed = enrollment.certificate ? true : false

Expand Down

0 comments on commit b4674db

Please sign in to comment.