Skip to content

Commit

Permalink
Modifying learning.outline.alert.end.short and learning.outline.alert…
Browse files Browse the repository at this point in the history
….end.long default messages
  • Loading branch information
sambapete committed Apr 11, 2023
1 parent c69aede commit 51158e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function CourseEndAlert({ payload }) {
msg = (
<FormattedMessage
id="learning.outline.alert.end.short"
defaultMessage="This course is ending {timeRemaining} at {courseEndTime}."
defaultMessage="This course is ending soon."
description="Used when the time remaining is less than a day away."
values={{
courseEndTime,
Expand All @@ -67,7 +67,7 @@ function CourseEndAlert({ payload }) {
msg = (
<FormattedMessage
id="learning.outline.alert.end.long"
defaultMessage="This course is ending {timeRemaining} on {courseEndDate}."
defaultMessage="This course is ending on {courseEndDate}."
description="Used when the time remaining is more than a day away."
values={{
courseEndDate,
Expand Down

0 comments on commit 51158e9

Please sign in to comment.