diff --git a/src/localization/en.json b/src/localization/en.json index 1e9ba295..353e0db3 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -534,7 +534,8 @@ "startup_linux": "Add \"--startup\" arg to startup VRCX.desktop file to start VRCX minimized at system startup" }, "favorites": { - "header": "VRCX Favorite Friends", + "header": "Favorite Groups for Filtering", + "header_tooltip": "Choose which favorite groups are treated as VIP for filtering in Feed, Game Log, Notifications, and VR Overlay", "group_placeholder": "Choose Groups" }, "logging": { diff --git a/src/views/Settings/components/Tabs/GeneralTab.vue b/src/views/Settings/components/Tabs/GeneralTab.vue index 885dd8b7..c4547c39 100644 --- a/src/views/Settings/components/Tabs/GeneralTab.vue +++ b/src/views/Settings/components/Tabs/GeneralTab.vue @@ -109,7 +109,12 @@