Renaming Team to Business plan during TUI onboarding (#13313)
Team is referred to as "Business"
This commit is contained in:
parent
745c48b088
commit
6deb72c04b
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue