Fix error message

This commit is contained in:
Alvaro Parker 2025-08-13 15:06:48 -04:00
parent e570a99cfc
commit d03557748b
No known key found for this signature in database

View file

@ -234,7 +234,7 @@ impl StashListDelegate {
.await??;
Ok(())
})
.detach_and_prompt_err("Failed to apply stash", window, cx, |e, _, _| {
.detach_and_prompt_err("Failed to drop stash", window, cx, |e, _, _| {
Some(e.to_string())
});
}