mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 16:40:05 +00:00
fix: add missing videoEstimate i18n keys and remove hardcoded value
- Add videoEstimate keys to all tier benefits in main.json - Replace hardcoded '288' with proper i18n call for creator tier - Ensures all tiers use consistent localization patterns
This commit is contained in:
@@ -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
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user