mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
🐛Remove empty needed string from /teachers/licenses
This commit is contained in:
parent
2fded40e99
commit
ed69afc5d1
2 changed files with 0 additions and 2 deletions
|
@ -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?"
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue