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 @@