diff --git a/locales/index.d.ts b/locales/index.d.ts
index 504df64250..7c440d9119 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -824,6 +824,7 @@ export interface Locale {
"high": string;
"middle": string;
"low": string;
+ "list": string;
"emailNotConfiguredWarning": string;
"ratio": string;
"previewNoteText": string;
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 367233c13c..dcf413be13 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -823,6 +823,7 @@ priority: "優先度"
high: "高"
middle: "中"
low: "低"
+list: "一覧"
emailNotConfiguredWarning: "メールアドレスの設定がされていません。"
ratio: "比率"
previewNoteText: "本文をプレビュー"
diff --git a/packages/frontend/src/pages/about.emojis.vue b/packages/frontend/src/pages/about.emojis.vue
index a00d2e3219..805662065c 100644
--- a/packages/frontend/src/pages/about.emojis.vue
+++ b/packages/frontend/src/pages/about.emojis.vue
@@ -4,51 +4,88 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
-
{{ i18n.ts.manageCustomEmojis }}
-
{{ i18n.ts.requestCustomEmojis }}
+
+
+
+ {{ i18n.ts.manageCustomEmojis }}
+ {{ i18n.ts.requestCustomEmojis }}
-
-
- {{ i18n.ts.searchResult }}
+
+ {{ i18n.ts.searchResult }}
+
+
+
+
+
+
+ {{ category || i18n.ts.other }}
+
+
+
+
+
+
-
+
-
-
-
- {{ category || i18n.ts.other }}
+
+
-
+
-
-
+
+