Skip to content

Commit

Permalink
subscriptions success message
Browse files Browse the repository at this point in the history
  • Loading branch information
paglias committed Dec 8, 2018
1 parent 2b72c1c commit 508fd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/client/components/payments/successModal.vue
Expand Up @@ -17,7 +17,7 @@
.svg-icon(v-html="icons.gem", v-once)
span 20
template(v-if="paymentData.paymentType === 'subscription'")
strong(v-once) {{ $t('youReceived') }}
strong(v-once) {{ $t('nowSubscribed') }}
.details-block
span(v-html="$t('paymentSubBilling', {amount: paymentData.subscription.price, months: paymentData.subscription.months})")
button.btn.btn-primary(@click='close()', v-once) {{$t('onwards')}}
Expand Down
1 change: 1 addition & 0 deletions website/common/locales/en/subscriber.json
Expand Up @@ -37,6 +37,7 @@
"individualSub": "Individual Subscription",
"subscribe": "Subscribe",
"subscribed": "Subscribed",
"nowSubscribed": "You are now subscribed to Habitica!",
"manageSub": "Click to manage subscription",
"cancelSub": "Cancel Subscription",
"cancelSubInfoGoogle": "Please go to the \"Account\" > \"Subscriptions\" section of the Google Play Store app to cancel your subscription or to see your subscription's termination date if you have already cancelled it. This screen is not able to show you whether your subscription has been cancelled.",
Expand Down

0 comments on commit 508fd16

Please sign in to comment.