From 3bf5ba3525cfa00ecf967e9be07a564362e108ef Mon Sep 17 00:00:00 2001 From: Juan Castro Date: Mon, 14 Sep 2026 18:40:37 -0400 Subject: [PATCH] feat: i18n keys for the seat cancel flow --- src/gui/src/i18n/translations/en.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index c132de652..97fb5a57e 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -540,6 +540,8 @@ const en = { teams_billed_per_account: "Billed per account, per month, on the team's invoice", teams_upgrade_to: 'Upgrade to %%', teams_switch_to: 'Switch to %%', + teams_switch_to_free: 'Switch to Free', + teams_cancel_keeps_until: 'Done. The plan stays active until the end of the period it was paid for, then the account moves to Free.', teams_audit_range: '{{from}}–{{to}} of {{total}}', previous: 'Previous', next: 'Next',