mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
commit
723209642c
2 changed files with 8 additions and 10 deletions
app
|
@ -346,7 +346,7 @@
|
|||
parents: "For Parents"
|
||||
parents_title: "Your child will learn to code."
|
||||
parents_blurb1: "With CodeCombat, your child learns by writing real code. They start by learning simple commands, and progress to more advanced topics."
|
||||
parents_blurb2: "For 9.99/mo, they get new challenges every week and personal email support from professional programmers."
|
||||
parents_blurb2: "For $9.99 USD/mo, they get new challenges every week and personal email support from professional programmers."
|
||||
parents_blurb3: "No Risk: 100% money back guarantee, easy 1-click unsubscribe."
|
||||
subscribe_button: "Subscribe Now"
|
||||
stripe_description: "Monthly Subscription"
|
||||
|
@ -908,8 +908,7 @@
|
|||
|
||||
legal:
|
||||
page_title: "Legal"
|
||||
opensource_intro: "CodeCombat is free to play and completely open source."
|
||||
opensource_intro_2: "CodeCombat completely open source."
|
||||
opensource_intro: "CodeCombat is completely open source."
|
||||
opensource_description_prefix: "Check out "
|
||||
github_url: "our GitHub"
|
||||
opensource_description_center: "and help out if you like! CodeCombat is built on dozens of open source projects, and we love them. See "
|
||||
|
@ -918,7 +917,7 @@
|
|||
practices_title: "Respectful Best Practices"
|
||||
practices_description: "These are our promises to you, the player, in slightly less legalese."
|
||||
privacy_title: "Privacy"
|
||||
privacy_description_2: "We will not sell any of your personal information."
|
||||
privacy_description: "We will not sell any of your personal information."
|
||||
security_title: "Security"
|
||||
security_description: "We strive to keep your personal information safe. As an open source project, our site is freely open to anyone to review and improve our security systems."
|
||||
email_title: "Email"
|
||||
|
@ -926,8 +925,7 @@
|
|||
email_settings_url: "your email settings"
|
||||
email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
cost_title: "Cost"
|
||||
cost_description: "Currently, CodeCombat is 100% free! One of our main goals is to keep it that way, so that as many people can play as possible, regardless of place in life. If the sky darkens, we might have to charge subscriptions or for some content, but we'd rather not. With any luck, we'll be able to sustain the company with:"
|
||||
cost_description_2: "CodeCombat is free to play in the dungeon campaign, with a $9.99/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
copyrights_title: "Copyrights and Licenses"
|
||||
contributor_title: "Contributor License Agreement"
|
||||
contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
|
|
@ -7,7 +7,7 @@ block content
|
|||
|
||||
hr
|
||||
|
||||
p(data-i18n="legal.opensource_intro_2").lead
|
||||
p(data-i18n="legal.opensource_intro").lead
|
||||
| CodeCombat is completely open source.
|
||||
p
|
||||
span(data-i18n="legal.opensource_description_prefix")
|
||||
|
@ -32,7 +32,7 @@ block content
|
|||
| These are our promises to you, the player, in slightly less legalese.
|
||||
h4(data-i18n="legal.privacy_title")
|
||||
| Privacy
|
||||
p(data-i18n="legal.privacy_description_2")
|
||||
p(data-i18n="legal.privacy_description")
|
||||
| We will not sell any of your personal information.
|
||||
h4(data-i18n="legal.security_title")
|
||||
| Security
|
||||
|
@ -54,8 +54,8 @@ block content
|
|||
| you can change your preferences and easily unsubscribe at any time.
|
||||
h4(data-i18n="legal.cost_title")
|
||||
| Cost
|
||||
p(data-i18n="legal.cost_description_2")
|
||||
| CodeCombat is free to play in the dungeon campaign, with a $9.99/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee.
|
||||
p(data-i18n="legal.cost_description")
|
||||
| CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee.
|
||||
|
||||
h2(data-i18n="legal.copyrights_title")
|
||||
| Copyrights and Licenses
|
||||
|
|
Loading…
Add table
Reference in a new issue