From 19a212f2630f278b3fe024ccbd8e454560294eb9 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Tue, 14 Apr 2020 15:14:07 -0400 Subject: [PATCH] [Soft Delete] Changed deleted item toast (trash) --- src/locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index a932ec9b89..f5fde1a3cb 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -337,7 +337,7 @@ "message": "Are you sure you want to delete this item?" }, "deletedItem": { - "message": "Deleted item" + "message": "Sent item to trash" }, "overwritePasswordConfirmation": { "message": "Are you sure you want to overwrite the current password?"