From f018ffe81352770abbc73e1f25dd9fdb9f6f03c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 16 Jan 2023 23:20:02 +0100 Subject: [PATCH] Update en.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/locales/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index af571abf86..05613e17f8 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -430,6 +430,9 @@ "confirmations.block.confirm": "Block", "confirmations.block.heading": "Block @{name}", "confirmations.block.message": "Are you sure you want to block {name}?", + "confirmations.cancel.confirm": "Discard", + "confirmations.cancel.heading": "Discard post", + "confirmations.cancel.message": "Are you sure you want to cancel creating this post?", "confirmations.cancel_editing.confirm": "Cancel editing", "confirmations.cancel_editing.heading": "Cancel post editing", "confirmations.cancel_editing.message": "Are you sure you want to cancel editing this post? All changes will be lost.",