Skip to content

Commit

Permalink
fix: course run card message
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed May 6, 2024
1 parent 879e617 commit 4c0cc21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getTodaysDate } from '../utils';
const messages = defineMessages({
courseStartDate: {
id: 'useCourseRunCardHeading.startsOnDate',
defaultMessage: 'Starts {startDate}',
defaultMessage: 'Course Starts {startDate}',
description: 'Heading for course run card when the course run is upcoming or the course run is self-paced.',
},
courseStarted: {
Expand All @@ -18,7 +18,7 @@ const messages = defineMessages({
},
courseStartedDate: {
id: 'useCourseRunCardHeading.startedOnDate',
defaultMessage: 'Started {startDate}',
defaultMessage: 'Course Started {startDate}',
description: 'Heading for course run card when course run is shown as already started, with its start date shown.',
},
});
Expand Down

0 comments on commit 4c0cc21

Please sign in to comment.