diff --git a/src/localization/en.json b/src/localization/en.json index 12d24864..0f2103a7 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -832,7 +832,7 @@ "theme_mode_material3": "Material 3", "zoom": "Zoom", "vrcplus_profile_icons": "VRCPlus Profile Icons", - "show_instance_id": "Show Instance Name", + "show_instance_id": "Show Instance ID", "show_status_bar": "Show Status Bar", "age_gated_instances": "Age Gated Instances", "nicknames": "Memo Nicknames", @@ -856,7 +856,8 @@ "table_density_standard": "Standard", "table_density_comfortable": "Comfortable", "table_density_compact": "Compact", - "table_entries_settings": "Table Entries Settings" + "table_entries_settings": "Table Entries Settings", + "table_entries_settings_description": "Adjust how many entries are loaded and displayed in large lists" }, "display": { "header": "Display" @@ -898,7 +899,9 @@ "user_dialog": { "header": "User Dialog", "vrchat_notes": "VRChat Notes", + "vrchat_notes_description": "Shows notes stored in VRChat", "vrcx_memos": "VRCX Memos", + "vrcx_memos_description": "Shows notes saved locally in VRCX", "recent_action_cooldown": "Recent Action Indicator", "recent_action_cooldown_description": "Show a clock icon on invite/request actions that were recently performed", "recent_action_cooldown_minutes": "Cooldown (minutes)" @@ -1082,6 +1085,7 @@ "remote_database": { "header": "Remote Avatar Database", "enable": "Enable", + "enable_description": "Enables fetching avatar data from a remote database", "avatar_database_provider": "Avatar Database Provider" }, "youtube_api": { diff --git a/src/views/Settings/components/Tabs/IntegrationsTab.vue b/src/views/Settings/components/Tabs/IntegrationsTab.vue index 2d9b7632..d989e848 100644 --- a/src/views/Settings/components/Tabs/IntegrationsTab.vue +++ b/src/views/Settings/components/Tabs/IntegrationsTab.vue @@ -127,7 +127,9 @@ - + diff --git a/src/views/Settings/components/Tabs/InterfaceTab.vue b/src/views/Settings/components/Tabs/InterfaceTab.vue index 6eb958ea..64b41e40 100644 --- a/src/views/Settings/components/Tabs/InterfaceTab.vue +++ b/src/views/Settings/components/Tabs/InterfaceTab.vue @@ -240,7 +240,9 @@ - + @@ -275,11 +277,15 @@ - + - +