From 6deb72c04b07f21932e3ebba8be7f1918d199e45 Mon Sep 17 00:00:00 2001 From: bwanner-oai Date: Mon, 2 Mar 2026 23:13:29 -0800 Subject: [PATCH] Renaming Team to Business plan during TUI onboarding (#13313) Team is referred to as "Business" --- codex-rs/tui/src/onboarding/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/onboarding/auth.rs b/codex-rs/tui/src/onboarding/auth.rs index a0556fc31..fdc2b6bda 100644 --- a/codex-rs/tui/src/onboarding/auth.rs +++ b/codex-rs/tui/src/onboarding/auth.rs @@ -335,7 +335,7 @@ impl AuthModeWidget { let chatgpt_description = if !self.is_chatgpt_login_allowed() { "ChatGPT login is disabled" } else { - "Usage included with Plus, Pro, Team, and Enterprise plans" + "Usage included with Plus, Pro, Business, and Enterprise plans" }; let device_code_description = "Sign in from another device with a one-time code";