diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 833ac3a77..802496d47 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1948,7 +1948,8 @@ "maxDurationLabel": "max duration of each workflow run", "gpuLabel": "RTX 6000 Pro (96GB VRAM)", "addCreditsLabel": "Add more credits whenever", - "customLoRAsLabel": "Import your own LoRAs" + "customLoRAsLabel": "Import your own LoRAs", + "videoEstimate": "120" } }, "creator": { @@ -1961,7 +1962,8 @@ "maxDurationLabel": "max duration of each workflow run", "gpuLabel": "RTX 6000 Pro (96GB VRAM)", "addCreditsLabel": "Add more credits whenever", - "customLoRAsLabel": "Import your own LoRAs" + "customLoRAsLabel": "Import your own LoRAs", + "videoEstimate": "288" } }, "pro": { @@ -1974,7 +1976,8 @@ "maxDurationLabel": "max duration of each workflow run", "gpuLabel": "RTX 6000 Pro (96GB VRAM)", "addCreditsLabel": "Add more credits whenever", - "customLoRAsLabel": "Import your own LoRAs" + "customLoRAsLabel": "Import your own LoRAs", + "videoEstimate": "815" } } }, diff --git a/src/platform/cloud/subscription/components/PricingTable.vue b/src/platform/cloud/subscription/components/PricingTable.vue index 2569c7584..404f3b0ed 100644 --- a/src/platform/cloud/subscription/components/PricingTable.vue +++ b/src/platform/cloud/subscription/components/PricingTable.vue @@ -168,7 +168,7 @@ const tiers: PricingTierConfig[] = [ credits: t('subscription.credits.creator'), maxDuration: t('subscription.maxDuration.creator'), customLoRAs: true, - videoEstimate: '288', + videoEstimate: t('subscription.tiers.creator.benefits.videoEstimate'), isPopular: true }, {