diff --git a/locales/index.d.ts b/locales/index.d.ts
index d2ece3ec5..3da94d6fe 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -5347,6 +5347,10 @@ export interface Locale extends ILocale {
* 初期設定をあとでやり直しますか?
*/
"laterAreYouSure": string;
+ /**
+ * Botアカウントは管理者を必ず記載する必要があります。以下から管理者のアカウントを選択してください。
+ */
+ "mustBeSetBotOwner": string;
};
"_initialTutorial": {
/**
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 2fe1e03ae..7a21876d5 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1339,6 +1339,7 @@ _initialAccountSetting:
startTutorial: "チュートリアルを開始"
skipAreYouSure: "初期設定をスキップしますか?"
laterAreYouSure: "初期設定をあとでやり直しますか?"
+ mustBeSetBotOwner: "Botアカウントは管理者を必ず記載する必要があります。以下から管理者のアカウントを選択してください。"
_initialTutorial:
launchTutorial: "チュートリアルを見る"
diff --git a/packages/frontend/src/components/MkUserSetupDialog.Profile.vue b/packages/frontend/src/components/MkUserSetupDialog.Profile.vue
index 3194641cd..cb0ac2eb7 100644
--- a/packages/frontend/src/components/MkUserSetupDialog.Profile.vue
+++ b/packages/frontend/src/components/MkUserSetupDialog.Profile.vue
@@ -25,12 +25,29 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._profile.description }}
+