From 790d2d4832b2cf16d64c996a21b16a016d8ba9d5 Mon Sep 17 00:00:00 2001 From: twwu Date: Fri, 7 Mar 2025 15:09:33 +0800 Subject: [PATCH] fix: remove trailing whitespace in billing translation files --- web/i18n/en-US/billing.ts | 2 +- web/i18n/zh-Hans/billing.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en-US/billing.ts b/web/i18n/en-US/billing.ts index 98ee8ac3b6..cbc83d12a0 100644 --- a/web/i18n/en-US/billing.ts +++ b/web/i18n/en-US/billing.ts @@ -101,7 +101,7 @@ const translation = { plans: { sandbox: { name: 'Sandbox', - for: 'Free Trial of Core Capabilities', + for: 'Free Trial of Core Capabilities', description: 'Free Trial of Core Capabilities', }, professional: { diff --git a/web/i18n/zh-Hans/billing.ts b/web/i18n/zh-Hans/billing.ts index a6c676a2a8..5040ca0a59 100644 --- a/web/i18n/zh-Hans/billing.ts +++ b/web/i18n/zh-Hans/billing.ts @@ -100,7 +100,7 @@ const translation = { plans: { sandbox: { name: 'Sandbox', - for: '核心能力的免费试用', + for: '核心能力的免费试用', description: '核心功能免费试用', }, professional: {