From 8c24bcf9f3de784b9b6c87b7c3b23aa5db293595 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 5 Nov 2018 17:54:58 +0100 Subject: [PATCH] Fixed typo --- src/components/modals/confirm/Action/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/confirm/Action/index.js b/src/components/modals/confirm/Action/index.js index 9a8f9947..f797e59d 100644 --- a/src/components/modals/confirm/Action/index.js +++ b/src/components/modals/confirm/Action/index.js @@ -13,7 +13,7 @@ const Header = styled.div` const ConfirmAction = () => (
-

Confirm Action on your Trezor

+

Confirm action on your Trezor

);