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 @@ >
+ {{ t('subscription.videoEstimateExplanation') }} +
+ + {{ t('subscription.videoEstimateTryTemplate') }} + +