From 9cffa434da72914cffd81ef53296de509563be7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Tue, 23 Dec 2025 11:42:48 +0000 Subject: [PATCH] Update settings sidebar translations for consistency Standardized capitalization in the settingsSideBarComponent.json translation file to ensure consistency across section labels. --- .../components/settings/settingsSideBarComponent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/app/src/i18n/us/components/settings/settingsSideBarComponent.json b/frontend/app/src/i18n/us/components/settings/settingsSideBarComponent.json index f925e17f2..16bee0c40 100644 --- a/frontend/app/src/i18n/us/components/settings/settingsSideBarComponent.json +++ b/frontend/app/src/i18n/us/components/settings/settingsSideBarComponent.json @@ -1,11 +1,11 @@ { "usersSection": "Users", - "serverSettingsSection": "Server Settings", - "identityProvidersSection": "Identity Providers", + "serverSettingsSection": "Server settings", + "identityProvidersSection": "Identity providers", "generalSection": "General", - "myProfileSection": "My Profile", - "myGoals": "My Goals", + "myProfileSection": "My profile", + "myGoals": "My goals", "securitySection": "Security", "integrationsSection": "Integrations", "importSection": "Import" -} +} \ No newline at end of file