1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-03 21:00:55 +00:00

Fixed typo

This commit is contained in:
Vladimir Volek 2018-11-05 17:54:58 +01:00
parent dd6117b008
commit 8c24bcf9f3

View File

@ -13,7 +13,7 @@ const Header = styled.div`
const ConfirmAction = () => (
<Wrapper>
<Header>
<H3>Confirm Action on your Trezor</H3>
<H3>Confirm action on your Trezor</H3>
</Header>
</Wrapper>
);