From aff752685821a9e8fc96bc9b9a12e4c3326ad984 Mon Sep 17 00:00:00 2001 From: simeng-li Date: Thu, 26 Dec 2024 16:25:18 +0800 Subject: [PATCH] fix(phrases): fix console phrases (#6911) * fix(phrases): fix console phrases fix console phrases * chore: update en phrase update en phrase --- .../en/translation/admin-console/subscription/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/phrases/src/locales/en/translation/admin-console/subscription/index.ts b/packages/phrases/src/locales/en/translation/admin-console/subscription/index.ts index a349ba31f..b22eb7f73 100644 --- a/packages/phrases/src/locales/en/translation/admin-console/subscription/index.ts +++ b/packages/phrases/src/locales/en/translation/admin-console/subscription/index.ts @@ -23,7 +23,7 @@ const subscription = { manage_payment: 'Manage payment', overfill_quota_warning: 'You have reached your quota limit. To prevent any issues, upgrade the plan.', - upgrade_pro: 'Upgrade pro', + upgrade_pro: 'Upgrade to Pro', update_payment: 'Update payment', payment_error: 'Payment issue detected. Unable to process ${{price, number}} for previous cycle. Update payment to avoid Logto service suspension.', @@ -73,7 +73,7 @@ const subscription = { exceeded: 'You have exceeded 100% of your quota limit. Users will no longer be able to log in properly. Please upgrade immediately to avoid any inconvenience.', close_to_limit: - 'You almost reached your token usage limit. Logto will stop granting token if your usage exceeds 100%. Please upgrade your plan to avoid any inconvenience. Logto will stop granting tokens if your usage exceeds 100%.', + 'You almost reached your token usage limit. Logto will stop granting token if your usage exceeds 100%. Please upgrade Free plan to avoid any inconvenience.', dev_plan_exceeded: "This tenant has reached the token limit per Logto's entity limit policy.", }, };