Update settings sidebar translations for consistency

Standardized capitalization in the settingsSideBarComponent.json translation file to ensure consistency across section labels.
This commit is contained in:
João Vitória Silva
2025-12-23 11:42:48 +00:00
parent 359acd674f
commit 9cffa434da

View File

@@ -1,11 +1,11 @@
{ {
"usersSection": "Users", "usersSection": "Users",
"serverSettingsSection": "Server Settings", "serverSettingsSection": "Server settings",
"identityProvidersSection": "Identity Providers", "identityProvidersSection": "Identity providers",
"generalSection": "General", "generalSection": "General",
"myProfileSection": "My Profile", "myProfileSection": "My profile",
"myGoals": "My Goals", "myGoals": "My goals",
"securitySection": "Security", "securitySection": "Security",
"integrationsSection": "Integrations", "integrationsSection": "Integrations",
"importSection": "Import" "importSection": "Import"
} }