mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Update managed subscriptions copy
Add blurb about recipients needing to be existing CodeCombat users
This commit is contained in:
parent
bf20d5f7be
commit
901c0ed085
2 changed files with 3 additions and 1 deletions
app
|
@ -453,6 +453,7 @@
|
|||
was_free_until: "You had a free subscription until"
|
||||
managed_subs: "Managed Subscriptions"
|
||||
managed_subs_desc: "Add subscriptions for other players (students, children, etc.)"
|
||||
managed_subs_desc_2: "Recipients must have a CodeCombat account associated with the email address you provide."
|
||||
group_discounts: "Group discounts"
|
||||
group_discounts_1: "We also offer group discounts for bulk subscriptions."
|
||||
group_discounts_1st: "1st subscription"
|
||||
|
|
|
@ -123,7 +123,8 @@ block content
|
|||
.panel.panel-default
|
||||
.panel-heading
|
||||
h3(data-i18n="subscribe.managed_subs")
|
||||
div(data-i18n="subscribe.managed_subs_desc")
|
||||
p(data-i18n="subscribe.managed_subs_desc")
|
||||
p(data-i18n="subscribe.managed_subs_desc_2")
|
||||
h4(data-i18n="subscribe.group_discounts")
|
||||
table.table.table-striped.table-condensed.discount-table
|
||||
tr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue