diff --git a/application/Espo/Resources/i18n/en_US/Settings.json b/application/Espo/Resources/i18n/en_US/Settings.json index a760011c1d..07e1c117b0 100644 --- a/application/Espo/Resources/i18n/en_US/Settings.json +++ b/application/Espo/Resources/i18n/en_US/Settings.json @@ -280,6 +280,9 @@ "Search": "Search", "Misc": "Misc", "SMTP": "SMTP", + "General": "General", + "Navbar": "Navbar", + "Dashboard": "Dashboard", "Configuration": "Configuration", "In-app Notifications": "In-app Notifications", "Email Notifications": "Email Notifications", diff --git a/application/Espo/Resources/layouts/Settings/userInterface.json b/application/Espo/Resources/layouts/Settings/userInterface.json index dbe73cc805..cc77ada907 100644 --- a/application/Espo/Resources/layouts/Settings/userInterface.json +++ b/application/Espo/Resources/layouts/Settings/userInterface.json @@ -2,7 +2,9 @@ { "rows": [ [{"name": "companyLogo"}, {"name": "applicationName"}] - ] + ], + "tabBreak": true, + "tabLabel": "$label:General" }, { "rows": [ @@ -22,11 +24,15 @@ [{"name": "tabList"}, {"name": "quickCreateList"}], [{"name": "scopeColorsDisabled"}, {"name": "tabColorsDisabled"}], [{"name": "tabIconsDisabled"}, false] - ] + ], + "tabBreak": true, + "tabLabel": "$label:Navbar" }, { "rows": [ [{"name": "dashboardLayout", "fullWidth": true}] - ] + ], + "tabBreak": true, + "tabLabel": "$label:Dashboard" } ]