Skip to content

Commit 871f44f

Browse files
authored
Add Enterprise plan to ChatGPT login description (openai#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)
1 parent 3d35cb4 commit 871f44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/tui/src/onboarding/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ impl AuthModeWidget {
217217
};
218218

219219
let chatgpt_description = if self.is_chatgpt_login_allowed() {
220-
"Usage included with Plus, Pro, and Team plans"
220+
"Usage included with Plus, Pro, Team, and Enterprise plans"
221221
} else {
222222
"ChatGPT login is disabled"
223223
};

0 commit comments

Comments
 (0)