Skip to content

Commit 050bae3

Browse files
authored
fix(style): use command name for app create disclaimer section heading (#423)
1 parent 12ca769 commit 050bae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/prompts/app_select.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ type TeamApps struct {
8484
// if the installed workspace is left
8585
var appTransferDisclaimer = style.TextSection{
8686
Emoji: "bell",
87-
Text: "If you leave this team, you can no longer manage the installed apps",
87+
Text: "App Create",
8888
Secondary: []string{
89+
"If you leave this team, you can no longer manage the installed apps",
8990
"Installed apps will belong to the team if you leave the workspace",
9091
},
9192
}

0 commit comments

Comments
 (0)