From 2a68dbff5ae88ad86a9a08734bf5e184b9679862 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 11 Dec 2025 23:40:08 -0800 Subject: [PATCH] fix: correct grammar in pricing table description (#7403) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Change "amount" to "number," as "video" is a countable noun. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7403-fix-correct-grammar-in-pricing-table-description-2c76d73d36508144828fd060b046c1a5) by [Unito](https://www.unito.io) --- src/locales/en/main.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index d590f34ee8..194a6f13f3 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2006,7 +2006,7 @@ "gpuLabel": "RTX 6000 Pro (96GB VRAM)", "addCreditsLabel": "Add more credits whenever", "customLoRAsLabel": "Import your own LoRAs", - "videoEstimateLabel": "Approx. amount of 5s videos generated with Wan Fun Control template", + "videoEstimateLabel": "Approx. number 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 →", @@ -2423,4 +2423,5 @@ "recentReleases": "Recent releases", "helpCenterMenu": "Help Center Menu" } -} \ No newline at end of file +} +