From 0d47e33ba1963f48b4038c217694481c716d6a24 Mon Sep 17 00:00:00 2001 From: pa Date: Sat, 14 Feb 2026 21:44:53 +0900 Subject: [PATCH] style and i18n adjust --- src/localization/en.json | 6 ++++-- src/views/Sidebar/components/FriendsSidebar.vue | 2 +- src/views/Tools/dialogs/AutoChangeStatusDialog.vue | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/localization/en.json b/src/localization/en.json index 353e0db3..39ebc4cf 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -546,8 +546,10 @@ "auto_login_delay_button": "Set delay seconds" }, "automation": { - "auto_change_status": "Auto Change Status", - "auto_state_change_tooltip": "Automatically change status when there are other people in the instance (Alone / Company)", + "auto_change_status": "Auto Status & Invites", + "auto_change_status_switch": "Auto Change Status", + "auto_state_change_tooltip": "Configure automatic status changes and invite request handling", + "auto_state_change_switch_tooltip": "Automatically change status when there are other people in the instance (Alone / Company)", "alone_condition": "Consider alone when", "alone": "No other user", "no_friends": "No friend in instance", diff --git a/src/views/Sidebar/components/FriendsSidebar.vue b/src/views/Sidebar/components/FriendsSidebar.vue index c5237767..d338c98c 100644 --- a/src/views/Sidebar/components/FriendsSidebar.vue +++ b/src/views/Sidebar/components/FriendsSidebar.vue @@ -28,7 +28,7 @@