mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix(subs): strings and alignments
This commit is contained in:
@@ -205,6 +205,12 @@
|
|||||||
<div>{{ $t('subUpdateCard') }}</div>
|
<div>{{ $t('subUpdateCard') }}</div>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
v-once
|
||||||
|
class="small text-center mb-4"
|
||||||
|
>
|
||||||
|
{{ $t('subscriptionBillingFYIShort') }}
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="purchasedPlanExtraMonthsDetails.months > 0"
|
v-if="purchasedPlanExtraMonthsDetails.months > 0"
|
||||||
class="extra-months green-10 py-2 px-3 mb-4"
|
class="extra-months green-10 py-2 px-3 mb-4"
|
||||||
@@ -409,6 +415,7 @@
|
|||||||
<div class="d-flex flex-column align-items-center mt-3">
|
<div class="d-flex flex-column align-items-center mt-3">
|
||||||
<div
|
<div
|
||||||
v-once
|
v-once
|
||||||
|
v-if="!hasSubscription"
|
||||||
class="small gray-100 w-50 text-center mb-5"
|
class="small gray-100 w-50 text-center mb-5"
|
||||||
>
|
>
|
||||||
{{ $t('subscriptionBillingFYI') }}
|
{{ $t('subscriptionBillingFYI') }}
|
||||||
|
|||||||
@@ -273,5 +273,6 @@
|
|||||||
"earn2GemsGift": "They'll earn <strong>+2 Gems</strong> every month they're subscribed",
|
"earn2GemsGift": "They'll earn <strong>+2 Gems</strong> every month they're subscribed",
|
||||||
"maxGemCapGift": "They'll have the max <strong>Gem Cap</strong>",
|
"maxGemCapGift": "They'll have the max <strong>Gem Cap</strong>",
|
||||||
"subscribeAgainContinueHourglasses": "Subscribe again to continue receiving Mystic Hourglasses",
|
"subscribeAgainContinueHourglasses": "Subscribe again to continue receiving Mystic Hourglasses",
|
||||||
"subscriptionBillingFYI": "Subscriptions automatically renew unless you cancel at least 24 hours before the end of the current period. You can manage your subscription from the Subscription tab in settings. Your account will be charged within 24 hours of your renewal date, at the same price you initially paid."
|
"subscriptionBillingFYI": "Subscriptions automatically renew unless you cancel at least 24 hours before the end of the current period. You can manage your subscription from the Subscription tab in settings. Your account will be charged within 24 hours of your renewal date, at the same price you initially paid.",
|
||||||
|
"subscriptionBillingFYIShort": "Subscriptions automatically renew unless you cancel at least 24 hours before the end of the current period. Your account will be charged within 24 hours of your renewal date, at the same price you initially paid."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user