Skip to content

Commit f5376f1

Browse files
committed
Update UI
1 parent 4c427d6 commit f5376f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/helpers/utils/util.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ func PromptBinarySelection(downloadLinks []BinaryUrl) (result *BinaryUrl, err er
7979
}
8080

8181
prompt := promptui.Select{
82-
Label: "Select binary to download",
82+
Label: "Select an AppImage to install",
8383
Items: downloadLinks,
8484
Templates: &promptui.SelectTemplates{
8585
Label: " {{ .FileName }}",
86-
Active: "\U00002705 {{ .FileName }}",
86+
Active: "\U00002713 {{ .FileName }}",
8787
Inactive: " {{ .FileName }}",
88-
Selected: "\U00002705 {{ .FileName }}"},
88+
Selected: "\U00002713 {{ .FileName }}"},
8989
}
9090

9191
i, _, err := prompt.Run()

0 commit comments

Comments
 (0)