Renaming Team to Business plan during TUI onboarding (#13313)

Team is referred to as "Business"
This commit is contained in:
bwanner-oai 2026-03-02 23:13:29 -08:00 committed by GitHub
parent 745c48b088
commit 6deb72c04b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";