diff --git a/lms/templates/dates_banner.html b/lms/templates/dates_banner.html
index 4b99e371e5..f5e40e3b9b 100644
--- a/lms/templates/dates_banner.html
+++ b/lms/templates/dates_banner.html
@@ -51,8 +51,7 @@ additional_styling_class = 'on-mobile' if is_mobile_app else 'has-button'
% if is_mobile_app:
${_('You are auditing this course,')}
${_(' which means that you are unable to participate in graded assignments.')}
- ${_(' It looks like you missed some important deadlines based on our suggested schedule. To complete graded assignments as part of this course and shift the past due assignments into the future, you can upgrade today by visiting ')}
- edx.org.
+ ${_(' It looks like you missed some important deadlines based on our suggested schedule. Graded assignments and schedule adjustment are available to Verified Track learners.')}
% else:
${_('You are auditing this course,')}
${_(' which means that you are unable to participate in graded assignments.')}
@@ -76,8 +75,7 @@ additional_styling_class = 'on-mobile' if is_mobile_app else 'has-button'
% if is_mobile_app:
${_('You are auditing this course,')}
${_(' which means that you are unable to participate in graded assignments.')}
- ${_(' To complete graded assignments as part of this course and shift the past due assignments into the future, you can upgrade today by visiting ')}
- edx.org.
+ ${_('Graded assignments are available to Verified Track learners.')}
% else:
${_('You are auditing this course,')}
${_(' which means that you are unable to participate in graded assignments.')}