diff --git a/locales/en-US.yml b/locales/en-US.yml
index d7e8c224b..f64a7c20d 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -912,6 +912,7 @@ showUpdates: "Show a popup when Calckey updates"
recommendedInstances: "Recommended instances"
recommendedInstancesDescription: "Recommended instances seperated by line breaks to appear in the recommended timeline. Do NOT add `https://`, ONLY the domain."
caption: "Auto Caption"
+splash: "Splash Screen"
_sensitiveMediaDetection:
description: "Reduces the effort of server moderation through automatically recognizing NSFW media via Machine Learning. This will slightly increase the load on the server."
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index ac7154de2..ecd30b42d 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -912,6 +912,7 @@ showUpdates: "Calckeyの更新時にポップアップを表示する"
recommendedInstances: "推奨インスタンス"
recommendedInstancesDescription: "推奨タイムラインに表示するために改行で区切られた推奨インスタンス。`https://`を追加しないでください。ドメインのみを追加してください。"
caption: "自動キャプション"
+splash: "スプラッシュスクリーン"
_sensitiveMediaDetection:
description: "機械学習を使って自動でセンシティブなメディアを検出し、モデレーションに役立てることができます。サーバーの負荷が少し増えます。"
diff --git a/package.json b/package.json
index fa1ae4545..6fe1d479d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "12.118.1-calc.rc.6",
+ "version": "12.118.1-calc.rc.7",
"codename": "aqua",
"repository": {
"type": "git",
diff --git a/packages/client/src/pages/admin/settings.vue b/packages/client/src/pages/admin/settings.vue
index 101c4a6b4..43d1f43f9 100644
--- a/packages/client/src/pages/admin/settings.vue
+++ b/packages/client/src/pages/admin/settings.vue
@@ -34,16 +34,6 @@
{{ i18n.ts.pinnedUsersDescription }}
-
- {{ i18n.ts.customMOTD }}
- {{ i18n.ts.customMOTDDescription }}
-
-
-
- {{ i18n.ts.customSplashIcons }}
- {{ i18n.ts.customSplashIconsDescription }}
-
-
{{ i18n.ts.enableRegistration }}
@@ -66,6 +56,20 @@
{{ i18n.ts.disablingTimelinesInfo }}
+
+ {{ i18n.ts.splash }}
+
+
+ {{ i18n.ts.customMOTD }}
+ {{ i18n.ts.customMOTDDescription }}
+
+
+
+ {{ i18n.ts.customSplashIcons }}
+ {{ i18n.ts.customSplashIconsDescription }}
+
+
+
{{ i18n.ts.theme }}