Add Enterprise plan to ChatGPT login description (#6918)

## Summary
- update ChatGPT onboarding login description to mention Enterprise
plans alongside Plus, Pro, and Team

## Testing
- just fmt


------
[Codex
Task](https://chatgpt.com/codex/tasks/task_i_691e088daf20832c88d8b667adf45128)
This commit is contained in:
ae 2025-12-03 23:47:46 -08:00 committed by GitHub
parent 3d35cb4619
commit 871f44f385
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,7 +217,7 @@ impl AuthModeWidget {
};
let chatgpt_description = if self.is_chatgpt_login_allowed() {
"Usage included with Plus, Pro, and Team plans"
"Usage included with Plus, Pro, Team, and Enterprise plans"
} else {
"ChatGPT login is disabled"
};