diff --git a/locales/en/profile.json b/locales/en/profile.json
index 421b6e0..4035458 100644
--- a/locales/en/profile.json
+++ b/locales/en/profile.json
@@ -19,5 +19,6 @@
"fingerprint": "Digital fingerprint",
"view": "View",
"device": "Devices",
- "account": "Accounts"
+ "account": "Accounts",
+ "wishlist": "Amazon Wishlist"
}
\ No newline at end of file
diff --git a/locales/ja/profile.json b/locales/ja/profile.json
index 0b0c4d6..8620655 100644
--- a/locales/ja/profile.json
+++ b/locales/ja/profile.json
@@ -19,5 +19,6 @@
"fingerprint": "電子指紋",
"view": "閲覧",
"device": "デバイス",
- "account": "アカウント"
+ "account": "アカウント",
+ "wishlist": "Amazon ほしいものリスト"
}
\ No newline at end of file
diff --git a/pages/profile.js b/pages/profile.js
index 7572bb0..165e5ad 100644
--- a/pages/profile.js
+++ b/pages/profile.js
@@ -5,7 +5,7 @@ import Layout from "./components/Layout"
import useTranslation from 'next-translate/useTranslation'
// Font Awesome
-import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram, faMastodon, faSteam } from '@fortawesome/free-brands-svg-icons'
+import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram, faMastodon, faSteam, faAmazon } from '@fortawesome/free-brands-svg-icons'
import { faEnvelope, faBirthdayCake, faMapPin, faSchool, faPhone, faInfo, faLink, faMobile } from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
@@ -115,7 +115,8 @@ export default function Profile(props) {