From 79fdc5b07bedbd04c63ac613be266225b247b093 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Thu, 13 Nov 2025 17:03:54 +0800 Subject: [PATCH] fix: align translations --- web/i18n/en-US/billing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en-US/billing.ts b/web/i18n/en-US/billing.ts index b5f6df9033..25121f5b17 100644 --- a/web/i18n/en-US/billing.ts +++ b/web/i18n/en-US/billing.ts @@ -65,7 +65,7 @@ const translation = { documentsRequestQuotaTooltip: 'Specifies the total number of actions a workspace can perform per minute within the knowledge base, including dataset creation, deletion, updates, document uploads, modifications, archiving, and knowledge base queries. This metric is used to evaluate the performance of knowledge base requests. For example, if a Sandbox user performs 10 consecutive hit tests within one minute, their workspace will be temporarily restricted from performing the following actions for the next minute: dataset creation, deletion, updates, and document uploads or modifications. ', apiRateLimit: 'API Rate Limit', apiRateLimitUnit: '{{count,number}}', - unlimitedApiRate: 'No API Rate Limit', + unlimitedApiRate: 'No Dify API Rate Limit', apiRateLimitTooltip: 'API Rate Limit applies to all requests made through the Dify API, including text generation, chat conversations, workflow executions, and document processing.', documentProcessingPriority: ' Document Processing', documentProcessingPriorityUpgrade: 'Process more data with higher accuracy at faster speeds.',