From bdc9505094e4155b0d54ab6bcbc6a8c0ee67fa64 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 8 Sep 2024 13:32:00 +0300 Subject: [PATCH] label General --- application/Espo/Resources/i18n/en_US/Global.json | 1 + application/Espo/Resources/layouts/Preferences/detail.json | 2 +- .../Espo/Resources/layouts/Preferences/detailPortal.json | 1 - application/Espo/Resources/layouts/Settings/settings.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) 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"}],