diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2019-01-04 05:18:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 05:18:05 +0800 |
commit | 0b3f1174cc1220f46f63c5be7ab21179a1af85c1 (patch) | |
tree | bd7ff86e42baf479877d2d0bfc368896b8bf239c | |
parent | 990bfc643d25bd3ff12793d901aa8dfda858fc5c (diff) | |
parent | 9de32722b80f2d6be996a1c1552f87ebc3ec7f3d (diff) | |
download | tangerine-wallet-browser-0b3f1174cc1220f46f63c5be7ab21179a1af85c1.tar tangerine-wallet-browser-0b3f1174cc1220f46f63c5be7ab21179a1af85c1.tar.gz tangerine-wallet-browser-0b3f1174cc1220f46f63c5be7ab21179a1af85c1.tar.bz2 tangerine-wallet-browser-0b3f1174cc1220f46f63c5be7ab21179a1af85c1.tar.lz tangerine-wallet-browser-0b3f1174cc1220f46f63c5be7ab21179a1af85c1.tar.xz tangerine-wallet-browser-0b3f1174cc1220f46f63c5be7ab21179a1af85c1.tar.zst tangerine-wallet-browser-0b3f1174cc1220f46f63c5be7ab21179a1af85c1.zip |
Merge pull request #5989 from smiled0g/develop
fix typo in phishing.html title
-rw-r--r-- | app/phishing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/phishing.html b/app/phishing.html index 284d0fcac..207489a12 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -3,7 +3,7 @@ <html> <head> - <title>Ethereum Phishing Detection - MetMask</title> + <title>Ethereum Phishing Detection - MetaMask</title> <style> body { |