From d2b4072ad6bcb9774ede4c0a1c2f37dd316f0e62 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 28 Mar 2013 00:49:57 -0700 Subject: [PATCH] better wording on buying tokens --- src/server/private.coffee | 4 +++- views/app/modals.html | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/server/private.coffee b/src/server/private.coffee index a016ede9a4..1606395bf5 100644 --- a/src/server/private.coffee +++ b/src/server/private.coffee @@ -20,12 +20,14 @@ module.exports.app = (appExports, model) -> .error (err) -> alert err.responseText + disableAds = if (model.get('_user.flags.ads') is 'hide') then '' else 'Disable Ads, ' + StripeCheckout.open key: model.get('_stripePubKey') address: false amount: 500 name: "Checkout" - description: "Purchase 20 Tokens, Disable Ads." + description: "Buy 20 Tokens, #{disableAds}Support the Developers" panelLabel: "Checkout" token: token diff --git a/views/app/modals.html b/views/app/modals.html index 57f1ed5185..b435bcf479 100644 --- a/views/app/modals.html +++ b/views/app/modals.html @@ -32,7 +32,7 @@ -

You're out of tokens, which are used to buy pets and mounts.

+

Oops, out of tokens, which are used to buy special items! Habit is an open source project, and can use all the help it can get - buy more tokens to receive this pet, and consider it a donation to the contributors

<@footer> Buy More TokensNot enough tokens @@ -42,6 +42,9 @@

Habit an open source project, and can use all the help it can get - consider this a donation to the contributors. You also get 20 tokens from the purchase, which you can use to buy special items.

+

+ "Hey, I backed the Kickstarter!" - follow these instructions. +

<@footer>