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), }];