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>
This commit is contained in:
parent
580c59aa9a
commit
e1deeefa0f
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue