diff --git a/frontend/public/src/components/EnrolledItemCard.js b/frontend/public/src/components/EnrolledItemCard.js index b17e1feb34..7184fc88cf 100644 --- a/frontend/public/src/components/EnrolledItemCard.js +++ b/frontend/public/src/components/EnrolledItemCard.js @@ -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