mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Be specific that we're deleting only from the stash
This commit is contained in:
parent
089b66f622
commit
e9c47a185f
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ func stashView(m stashModel) string {
|
|||
} else {
|
||||
switch m.state {
|
||||
case stashStatePromptDelete:
|
||||
header = redFg("Delete this item? ") + faintRedFg("(y/N)")
|
||||
header = redFg("Delete this item from your stash? ") + faintRedFg("(y/N)")
|
||||
case stashStateSettingNote:
|
||||
header = yellowFg("Set the memo for this item?")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue