Change create button prompt
This commit is contained in:
@@ -73,7 +73,7 @@ func CreateCloneCredentialWidget(client graphql.Client) (list.Model, error) {
|
||||
}
|
||||
}
|
||||
|
||||
content = append(content, cloneCredentialCreateListItem("> Create Clone Credential <"))
|
||||
content = append(content, cloneCredentialCreateListItem("[Create Clone Credential]"))
|
||||
|
||||
model := list.New(content, cloneCredentialListItemDelegate{}, 50, 50)
|
||||
model.SetShowStatusBar(false)
|
||||
|
||||
Reference in New Issue
Block a user