diff --git a/application/Espo/Resources/i18n/en_US/Global.json b/application/Espo/Resources/i18n/en_US/Global.json index 0d7b66bee5..63fde131d9 100644 --- a/application/Espo/Resources/i18n/en_US/Global.json +++ b/application/Espo/Resources/i18n/en_US/Global.json @@ -127,6 +127,7 @@ "Page": "Page", "Sort": "Sort", "Misc": "Misc", + "General": "General", "Merge": "Merge", "None": "None", "Home": "Home", diff --git a/application/Espo/Resources/layouts/Preferences/detail.json b/application/Espo/Resources/layouts/Preferences/detail.json index 9c400f53e7..2274c421bb 100644 --- a/application/Espo/Resources/layouts/Preferences/detail.json +++ b/application/Espo/Resources/layouts/Preferences/detail.json @@ -43,7 +43,7 @@ }, { "tabBreak": true, - "tabLabel": "$label:Misc", + "tabLabel": "$label:General", "rows": [ [ {"name": "emailReplyToAllByDefault"}, diff --git a/application/Espo/Resources/layouts/Preferences/detailPortal.json b/application/Espo/Resources/layouts/Preferences/detailPortal.json index 33617e6947..0836aa55d1 100644 --- a/application/Espo/Resources/layouts/Preferences/detailPortal.json +++ b/application/Espo/Resources/layouts/Preferences/detailPortal.json @@ -10,7 +10,6 @@ ] }, { - "label": "Misc", "rows": [ [{"name": "exportDelimiter"}, false] ] diff --git a/application/Espo/Resources/layouts/Settings/settings.json b/application/Espo/Resources/layouts/Settings/settings.json index bfa98931bc..96daa33f03 100644 --- a/application/Espo/Resources/layouts/Settings/settings.json +++ b/application/Espo/Resources/layouts/Settings/settings.json @@ -44,7 +44,7 @@ }, { "tabBreak": true, - "tabLabel": "$label:Misc", + "tabLabel": "$label:General", "rows": [ [{"name": "followCreatedEntities"}, {"name": "emailAddressIsOptedOutByDefault"}], [{"name": "aclAllowDeleteCreated"}, {"name": "cleanupDeletedRecords"}],