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:
parent
3d35cb4619
commit
871f44f385
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue