We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ca769 commit 050bae3Copy full SHA for 050bae3
internal/prompts/app_select.go
@@ -84,8 +84,9 @@ type TeamApps struct {
84
// if the installed workspace is left
85
var appTransferDisclaimer = style.TextSection{
86
Emoji: "bell",
87
- Text: "If you leave this team, you can no longer manage the installed apps",
+ Text: "App Create",
88
Secondary: []string{
89
+ "If you leave this team, you can no longer manage the installed apps",
90
"Installed apps will belong to the team if you leave the workspace",
91
},
92
}
0 commit comments