diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc5a6bc8a4..ab207126cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ ChangeLog (Release Notes)
unreleased
----------
* New: 投稿のピン留め (#746)
+* New: モバイル版のユーザーページに知り合いのフォロワーを表示するように
* New: ホームストリームにメッセージを流すことでlast_used_atを更新できるようにする (#745)
* その他細かな修正
diff --git a/locales/en.yml b/locales/en.yml
index 15d278c370..a410bfb431 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -484,6 +484,7 @@ mobile:
recent-posts: "Recent posts"
images: "Images"
activity: "Activity"
+ followers-you-know: "Followers you know"
last-used-at: "Latest used at"
mk-user-overview-posts:
@@ -494,6 +495,10 @@ mobile:
loading: "Loading"
no-photos: "No photos"
+ mk-user-overview-followers-you-know:
+ loading: "Loading"
+ no-users: "No users"
+
mk-users-list:
all: "All"
known: "You know"
diff --git a/locales/ja.yml b/locales/ja.yml
index 7ed4262f1c..eb7e35c7d6 100644
--- a/locales/ja.yml
+++ b/locales/ja.yml
@@ -485,6 +485,7 @@ mobile:
recent-posts: "最近の投稿"
images: "画像"
activity: "アクティビティ"
+ followers-you-know: "知り合いのフォロワー"
last-used-at: "最終ログイン"
mk-user-overview-posts:
@@ -495,6 +496,10 @@ mobile:
loading: "読み込み中"
no-photos: "写真はありません"
+ mk-user-overview-followers-you-know:
+ loading: "読み込み中"
+ no-users: "知り合いのユーザーはいません"
+
mk-users-list:
all: "すべて"
known: "知り合い"
diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag
index 5fc43269d6..83231f01d7 100644
--- a/src/web/app/mobile/tags/user.tag
+++ b/src/web/app/mobile/tags/user.tag
@@ -234,6 +234,12 @@
%i18n:mobile.tags.mk-user-overview.followers-you-know%
+
%i18n:mobile.tags.mk-user-overview.last-used-at%:
%i18n:mobile.tags.mk-user-overview-followers-you-know.loading%
%i18n:mobile.tags.mk-user-overview-followers-you-know.no-users%
+ + +