diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 7c86244757..6c8b2a1685 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1986,6 +1986,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') }} + +