From 6029d53a4fed58221149db7bb6852a7ff3e81f59 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 28 May 2020 15:07:45 -0400 Subject: [PATCH] Don't upsell content to mobile app users in the dates_banner --- lms/templates/dates_banner.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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.')}