From ac4a72ca0828df809adfb6f64e8b51f645dac7a0 Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Fri, 20 Dec 2019 12:57:13 +0400 Subject: [PATCH] Change label for cancelled tx to 'cancelled' (#393) --- .../safe/components/Transactions/TxsTable/Status/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/safe/components/Transactions/TxsTable/Status/index.jsx b/src/routes/safe/components/Transactions/TxsTable/Status/index.jsx index 5413a102..7ee1ab96 100644 --- a/src/routes/safe/components/Transactions/TxsTable/Status/index.jsx +++ b/src/routes/safe/components/Transactions/TxsTable/Status/index.jsx @@ -27,7 +27,7 @@ const statusToIcon = { const statusToLabel = { success: 'Success', - cancelled: 'Failed', + cancelled: 'Cancelled', awaiting_your_confirmation: 'Awaiting your confirmation', awaiting_confirmations: 'Awaiting confirmations', awaiting_execution: 'Awaiting execution',