Skip to content

Commit 258d3f8

Browse files
committed
feat: lowercase the 'app'
1 parent 4c0c1ca commit 258d3f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/project/create_template.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ func getSelectionOptions(clients *shared.ClientFactory, categoryID string) []pro
7878
func getSelectionOptionsForCategory(clients *shared.ClientFactory) []promptObject {
7979
return []promptObject{
8080
{
81-
Title: fmt.Sprintf("Starter App %s", style.Secondary("Getting started Slack app")),
81+
Title: fmt.Sprintf("Starter app %s", style.Secondary("Getting started Slack app")),
8282
Repository: "slack-cli#getting-started",
8383
},
8484
{
85-
Title: fmt.Sprintf("Agentic AI App %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),
85+
Title: fmt.Sprintf("Agentic AI app %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),
8686
Repository: "slack-cli#ai-apps",
8787
},
8888
{
89-
Title: fmt.Sprintf("Automation App %s", style.Secondary("Custom steps and workflows")),
89+
Title: fmt.Sprintf("Automation app %s", style.Secondary("Custom steps and workflows")),
9090
Repository: "slack-cli#automation-apps",
9191
},
9292
{

0 commit comments

Comments
 (0)