From e9c47a185fa28a960fb637b37569753d522d6662 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 24 Aug 2020 15:49:26 -0400 Subject: [PATCH] Be specific that we're deleting only from the stash --- ui/stash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/stash.go b/ui/stash.go index 3b4c80d..c5f3557 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -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?") }