diff --git a/components/account/AccountPaginator.vue b/components/account/AccountPaginator.vue
index ecb92d7d..86bcccb8 100644
--- a/components/account/AccountPaginator.vue
+++ b/components/account/AccountPaginator.vue
@@ -1,10 +1,19 @@
@@ -17,5 +26,18 @@ const { paginator } = defineProps<{
border="b base" py2 px4
/>
+
+
+
{{ $t(`account.view_other_${context}`) }}
+
+
+ {{ $t('menu.open_in_original_site') }}
+
+
+
diff --git a/locales/en-US.json b/locales/en-US.json
index 082a6d0b..28f03590 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -35,7 +35,9 @@
"profile_unavailable": "Profile unavailable",
"unblock": "Unblock",
"unfollow": "Unfollow",
- "unmute": "Unmute"
+ "unmute": "Unmute",
+ "view_other_followers": "Followers from other instances may not be displayed.",
+ "view_other_following": "Following from other instances may not be displayed."
},
"action": {
"apply": "Apply",
diff --git a/locales/zh-CN.json b/locales/zh-CN.json
index 8ecbda73..0ff90838 100644
--- a/locales/zh-CN.json
+++ b/locales/zh-CN.json
@@ -35,7 +35,9 @@
"profile_unavailable": "个人资料不可见",
"unblock": "取消拉黑",
"unfollow": "取消关注",
- "unmute": "取消屏蔽"
+ "unmute": "取消屏蔽",
+ "view_other_followers": "其他站点上的关注者可能不会在这里显示。",
+ "view_other_following": "其他站点上正在关注的人可能不会在这里显示。"
},
"action": {
"apply": "应用",
diff --git a/locales/zh-TW.json b/locales/zh-TW.json
index b547bac8..dd8f6db3 100644
--- a/locales/zh-TW.json
+++ b/locales/zh-TW.json
@@ -35,7 +35,9 @@
"profile_unavailable": "個人資料不可見",
"unblock": "取消黑名單",
"unfollow": "取消關注",
- "unmute": "取消靜音"
+ "unmute": "取消靜音",
+ "view_other_followers": "其他站點上的關注者可能不會在這裡顯示。",
+ "view_other_following": "其他站點上正在關注的人可能不會在這裡顯示。"
},
"action": {
"apply": "套用",
diff --git a/pages/[[server]]/@[account]/index/followers.vue b/pages/[[server]]/@[account]/index/followers.vue
index 8ef6a10a..aca2eeb7 100644
--- a/pages/[[server]]/@[account]/index/followers.vue
+++ b/pages/[[server]]/@[account]/index/followers.vue
@@ -19,6 +19,6 @@ if (account) {
-
+
diff --git a/pages/[[server]]/@[account]/index/following.vue b/pages/[[server]]/@[account]/index/following.vue
index d8f6451b..9c0c43e5 100644
--- a/pages/[[server]]/@[account]/index/following.vue
+++ b/pages/[[server]]/@[account]/index/following.vue
@@ -19,6 +19,6 @@ if (account) {
-
+