Skip to content

Commit

Permalink
fix(phrases): fix console phrases (#6911)
Browse files Browse the repository at this point in the history
* fix(phrases): fix console phrases

fix console phrases

* chore: update en phrase

update en phrase
  • Loading branch information
simeng-li authored Dec 26, 2024
1 parent f02d8cb commit aff7526
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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.",
},
};
Expand Down

0 comments on commit aff7526

Please sign in to comment.