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:
Ethan Phillips 2025-12-18 03:35:22 -05:00 committed by GitHub
parent 580c59aa9a
commit e1deeefa0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

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