From f2536376e83afbad9a0d312b40a4750fa379818c Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 19 Mar 2026 21:45:36 -0700 Subject: [PATCH] fix(style): use command name for app create disclaimer section heading --- internal/prompts/app_select.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/prompts/app_select.go b/internal/prompts/app_select.go index a28cc8dc..81601583 100644 --- a/internal/prompts/app_select.go +++ b/internal/prompts/app_select.go @@ -84,8 +84,9 @@ type TeamApps struct { // if the installed workspace is left var appTransferDisclaimer = style.TextSection{ Emoji: "bell", - Text: "If you leave this team, you can no longer manage the installed apps", + Text: "App Create", Secondary: []string{ + "If you leave this team, you can no longer manage the installed apps", "Installed apps will belong to the team if you leave the workspace", }, }