diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index 88557630b..34e66e36f 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -403,6 +403,8 @@ const en = { 'billing.sub_cancelled_but_valid_until': 'You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe.', 'billing.current_plan_until_end_of_period': 'Your current plan until the end of this billing period.', 'billing.current_plan': 'Current plan', + 'billing.cancelled_subscription_tier': 'Cancelled Subscription (%%)', + 'billing.manage': 'Manage', } };