From e1deeefa0fbc84d6ed4c71f9bc0eb4eaaebafb42 Mon Sep 17 00:00:00 2001 From: Ethan Phillips Date: Thu, 18 Dec 2025 03:35:22 -0500 Subject: [PATCH] Change "Team" to "Buisness" and add Education (#8221) This pull request updates the ChatGPT login description in the onboarding authentication widgets to clarify which plans include usage. The description now lists "Business" rather than "Team" and adds "Education" plans in addition to the previously mentioned plans. I have read the CLA Document and I hereby sign the CLAs. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- codex-rs/tui/src/onboarding/auth.rs | 2 +- codex-rs/tui2/src/onboarding/auth.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codex-rs/tui/src/onboarding/auth.rs b/codex-rs/tui/src/onboarding/auth.rs index 86ddcfb64..6307e6e7d 100644 --- a/codex-rs/tui/src/onboarding/auth.rs +++ b/codex-rs/tui/src/onboarding/auth.rs @@ -217,7 +217,7 @@ impl AuthModeWidget { }; let chatgpt_description = if self.is_chatgpt_login_allowed() { - "Usage included with Plus, Pro, Team, and Enterprise plans" + "Usage included with Plus, Pro, Business, Education, and Enterprise plans" } else { "ChatGPT login is disabled" }; diff --git a/codex-rs/tui2/src/onboarding/auth.rs b/codex-rs/tui2/src/onboarding/auth.rs index 86ddcfb64..6307e6e7d 100644 --- a/codex-rs/tui2/src/onboarding/auth.rs +++ b/codex-rs/tui2/src/onboarding/auth.rs @@ -217,7 +217,7 @@ impl AuthModeWidget { }; let chatgpt_description = if self.is_chatgpt_login_allowed() { - "Usage included with Plus, Pro, Team, and Enterprise plans" + "Usage included with Plus, Pro, Business, Education, and Enterprise plans" } else { "ChatGPT login is disabled" };