diff --git a/components/Header/index.tsx b/components/Header/index.tsx
index 1515b49b..94916cc0 100644
--- a/components/Header/index.tsx
+++ b/components/Header/index.tsx
@@ -431,7 +431,7 @@ const Header = () => {
href={`/${accountState.account.user.username}` || ''}
passHref
>
- Your profile
+ {t('menu.profile')}
@@ -494,7 +494,7 @@ const Header = () => {
- Your profile
+ {t('menu.profile')}
diff --git a/public/locales/en/common.json b/public/locales/en/common.json
index 46116f2b..c1c96ef5 100644
--- a/public/locales/en/common.json
+++ b/public/locales/en/common.json
@@ -303,6 +303,7 @@
"language": "Language",
"login": "Log in",
"roadmap": "Roadmap",
+ "profile": "Your profile",
"saved": "Saved",
"settings": "Settings",
"signup": "Sign up",
diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json
index e9829d0f..083133e3 100644
--- a/public/locales/ja/common.json
+++ b/public/locales/ja/common.json
@@ -303,6 +303,7 @@
"guides": "攻略",
"language": "言語",
"login": "ログイン",
+ "profile": "プロフィール",
"roadmap": "ロードマップ",
"saved": "保存した編成",
"settings": "アカウント設定",