From 82b36c1b70ab3061320527cd7a5867263fc516ca Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 19 Nov 2020 11:38:53 -0600 Subject: [PATCH] Use mobile's trash message for item delete (#710) Co-authored-by: Matt Gibson --- 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 7a84c560977..c33f23fc398 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -461,7 +461,7 @@ "message": "Delete Attachment" }, "deleteItemConfirmation": { - "message": "Are you sure you want to delete this item?" + "message": "Do you really want to send to the trash?" }, "deletedItem": { "message": "Item sent to trash"