diff --git a/app/locale/en.coffee b/app/locale/en.coffee index d604fd4d2..31d1182ca 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -1456,7 +1456,6 @@ credits: "licenses" start_date: "start date:" end_date: "end date:" - num_enrollments_needed: "Number of licenses needed:" get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district." how_to_apply_licenses_blurb_1: "When a teacher assigns a course to a student for the first time, we’ll automatically apply a license. Use the bulk-assign dropdown in your classroom to assign a course to selected students:" how_to_apply_licenses_blurb_2: "Can I still apply a license without assigning a course?" diff --git a/app/templates/courses/enrollments-view.jade b/app/templates/courses/enrollments-view.jade index 5b84bea3d..af0a4a6aa 100644 --- a/app/templates/courses/enrollments-view.jade +++ b/app/templates/courses/enrollments-view.jade @@ -96,7 +96,6 @@ mixin addCredits p(data-i18n="[html]teacher.enroll_request_sent_blurb3") button#request-sent-btn.btn-lg.btn.btn-forest(disabled=true, data-i18n="teacher.request_sent") else - p(data-i18n="teacher.num_enrollments_needed") p.m-y-2(data-i18n="teacher.get_enrollments_blurb") button#contact-us-btn.btn-lg.btn.btn-forest(data-i18n="contribute.contact_us_url")