Merge pull request #459 from trezor/fix/mozilla-typo

Fix typo in unsupported browser page
pull/462/head
Vladimir Volek 5 years ago committed by GitHub
commit 11dd561367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ const BrowserNotSupported = () => (
</Browser>
<Browser>
<BrowserLogo src={FirefoxImage} />
<P isSmaller>Mozzila Firefox</P>
<P isSmaller>Mozilla Firefox</P>
<Link href="https://www.mozilla.org/en-US/firefox/new/">
<Button>
<FormattedMessage {...l10nMessages.TR_GET_FIREFOX} />

Loading…
Cancel
Save