Change create button prompt
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ func CreateSecretWidget(client graphql.Client) (list.Model, error) {
|
||||
}
|
||||
}
|
||||
|
||||
content = append(content, secretCreateListItem("> Create Secret <"))
|
||||
content = append(content, secretCreateListItem("[Create Secret]"))
|
||||
|
||||
model := list.New(content, secretListItemDelegate{}, 50, 50)
|
||||
model.SetShowStatusBar(false)
|
||||
|
||||
Reference in New Issue
Block a user