diff --git a/application/Espo/Resources/i18n/en_US/Admin.json b/application/Espo/Resources/i18n/en_US/Admin.json index fe4f88efdf..42e7984762 100644 --- a/application/Espo/Resources/i18n/en_US/Admin.json +++ b/application/Espo/Resources/i18n/en_US/Admin.json @@ -110,5 +110,12 @@ "layoutManager": "Customize layouts (list, detail, edit, search, mass update).", "fieldManager": "Create new fields or customize existing ones.", "userInterface": "Configure UI." + }, + "options": { + "previewSize": { + "x-small": "X-Small", + "small": "Small", + "medium": "Medium" + } } }