From daa16d184f9d3d67f05012cdd8d70186dc5fc451 Mon Sep 17 00:00:00 2001
From: syuilo <4439005+syuilo@users.noreply.github.com>
Date: Fri, 14 Mar 2025 11:58:41 +0900
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 packages/frontend/src/pages/settings/accounts.vue | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/packages/frontend/src/pages/settings/accounts.vue b/packages/frontend/src/pages/settings/accounts.vue
index 749ae5147f..2fd0a021da 100644
--- a/packages/frontend/src/pages/settings/accounts.vue
+++ b/packages/frontend/src/pages/settings/accounts.vue
@@ -44,9 +44,8 @@ function menu(host: string, account: Misskey.entities.UserDetailed, ev: MouseEve
 		icon: 'ti ti-switch-horizontal',
 		action: () => switchAccount(host, account.id),
 	}, {
-		text: i18n.ts.logout,
+		text: i18n.ts.remove,
 		icon: 'ti ti-trash',
-		danger: true,
 		action: () => removeAccount(host, account.id),
 	}];