diff --git a/src/localization/en.json b/src/localization/en.json index 39ebc4cf..354503c8 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -629,6 +629,12 @@ "table_density_comfortable": "Comfortable", "table_density_compact": "Compact" }, + "display": { + "header": "Display" + }, + "sorting_tables": { + "header": "Sorting & Tables" + }, "timedate": { "header": "Time/Date", "time_format": "Time Format", @@ -784,6 +790,12 @@ "advanced": { "launch_options": "Launch Options", "vrc_registry_backup": "VRC Registry Backup", + "vrchat_settings": { + "header": "VRChat" + }, + "vrcx_settings": { + "header": "VRCX" + }, "primary_password": { "header": "Primary Password", "description": "Encrypt password (disables auto login)" diff --git a/src/views/Settings/components/Tabs/AdvancedTab.vue b/src/views/Settings/components/Tabs/AdvancedTab.vue index aa332c6c..767e9671 100644 --- a/src/views/Settings/components/Tabs/AdvancedTab.vue +++ b/src/views/Settings/components/Tabs/AdvancedTab.vue @@ -1,14 +1,7 @@