diff --git a/application/Espo/Resources/i18n/en_US/EmailTemplate.json b/application/Espo/Resources/i18n/en_US/EmailTemplate.json index 23547f7f63..763437ff76 100644 --- a/application/Espo/Resources/i18n/en_US/EmailTemplate.json +++ b/application/Espo/Resources/i18n/en_US/EmailTemplate.json @@ -24,7 +24,7 @@ "oneOff": "Check if you are going to use this template only once. E.g. for Mass Email." }, "presetFilters": { - "actual": "Actual" + "actual": "Active" }, "placeholderTexts": { "today": "Today's date", diff --git a/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json b/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json index 18a0357fd4..21546c40d2 100644 --- a/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json +++ b/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json @@ -86,8 +86,8 @@ } }, "collection": { - "orderBy": "createdAt", - "order": "desc", + "orderBy": "name", + "order": "asc", "textFilterFields": ["name"] }, "optimisticConcurrencyControl": true