Be specific that we're deleting only from the stash

This commit is contained in:
Christian Rocha 2020-08-24 15:49:26 -04:00 committed by Christian Muehlhaeuser
parent 089b66f622
commit e9c47a185f

View file

@ -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?")
}