mirror of
https://github.com/openai/codex.git
synced 2026-04-30 19:32:04 +03:00
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:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user