diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 802496d47e..08ffee3ee4 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2011,6 +2011,8 @@ "customLoRAsLabel": "Import your own LoRAs", "videoEstimateLabel": "Approx. amount of 5s videos generated with Wan Fun Control template", "videoEstimateHelp": "What is this?", + "videoEstimateExplanation": "These estimates are based on the Wan Fun Control template for 5-second videos.", + "videoEstimateTryTemplate": "Try the Wan Fun Control template →", "upgradeTo": "Upgrade to {plan}", "changeTo": "Change to {plan}", "credits": { diff --git a/src/platform/cloud/subscription/components/PricingTable.vue b/src/platform/cloud/subscription/components/PricingTable.vue index 73b7d879e0..60750ec159 100644 --- a/src/platform/cloud/subscription/components/PricingTable.vue +++ b/src/platform/cloud/subscription/components/PricingTable.vue @@ -7,7 +7,9 @@ >
- + {{ tier.name }}
- + ${{ tier.price }} - + {{ t('subscription.usdPerMonth') }}
@@ -29,12 +35,16 @@
- + {{ t('subscription.monthlyCreditsLabel') }}
- + {{ tier.credits }}
@@ -44,7 +54,9 @@ {{ t('subscription.maxDurationLabel') }} - + {{ tier.maxDuration }}
@@ -78,13 +90,20 @@ {{ t('subscription.videoEstimateLabel') }}
- - + + {{ t('subscription.videoEstimateHelp') }}
- + {{ tier.videoEstimate }}
@@ -108,10 +127,42 @@
+ + + +
+

+ {{ t('subscription.videoEstimateExplanation') }} +

+ + {{ t('subscription.videoEstimateTryTemplate') }} + +
+
\ No newline at end of file + } finally { + isLoading.value = false + loadingTier.value = null + } +}, reportError) +