mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Renaming Team to Business plan during TUI onboarding (#13313)
Team is referred to as "Business"
This commit is contained in:
committed by
GitHub
Unverified
parent
745c48b088
commit
6deb72c04b
@@ -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