mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Renaming Team to Business plan during TUI onboarding (#13313)
Team is referred to as "Business"
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user