diff --git a/lms/templates/dates_banner.html b/lms/templates/dates_banner.html
index 3b140cf53c..8b0505a878 100644
--- a/lms/templates/dates_banner.html
+++ b/lms/templates/dates_banner.html
@@ -19,10 +19,10 @@ additional_styling_class = 'on-mobile' if is_mobile_app else 'has-button'
${_('It looks like you missed some important deadlines based on our suggested schedule. ')}
${_('To keep yourself on track, you can update this schedule and shift the past due assignments into the future by visiting ')}
edx.org.
- ${_(' Don’t worry—you won’t lose any of the progress you’ve made when you shift your due dates.')}
+ ${_(" Don't worry—you won't lose any of the progress you've made when you shift your due dates.")}
% else:
${_('It looks like you missed some important deadlines based on our suggested schedule.')}
- ${_('To keep yourself on track, you can update this schedule and shift the past due assignments into the future. Don’t worry—you won’t lose any of the progress you’ve made when you shift your due dates.')}
+ ${_("To keep yourself on track, you can update this schedule and shift the past due assignments into the future. Don't worry—you won't lose any of the progress you've made when you shift your due dates.")}
% endif
% if not is_mobile_app:
@@ -31,7 +31,7 @@ additional_styling_class = 'on-mobile' if is_mobile_app else 'has-button'
-
+
% endif