From ebf677809a295ea36920119c1c6b7b46c9192615 Mon Sep 17 00:00:00 2001 From: Subham Sharma <83713146+subhamengine@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:14:28 +0530 Subject: [PATCH] Update System Data Type Names to Display 'System' #7136 (#7170) Changes made in twenty/packages/twenty-front/src/modules/settings/data-model/object-details/components/SettingsObjectFieldItemTableRow.tsx fixes #7136 Co-authored-by: subham sharma --- .../settings/data-model/constants/SettingsFieldTypeConfigs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/twenty-front/src/modules/settings/data-model/constants/SettingsFieldTypeConfigs.ts b/packages/twenty-front/src/modules/settings/data-model/constants/SettingsFieldTypeConfigs.ts index 1e6dbb9810..c8cea11fde 100644 --- a/packages/twenty-front/src/modules/settings/data-model/constants/SettingsFieldTypeConfigs.ts +++ b/packages/twenty-front/src/modules/settings/data-model/constants/SettingsFieldTypeConfigs.ts @@ -174,13 +174,13 @@ export const SETTINGS_FIELD_TYPE_CONFIGS = { category: 'Basic', }, [FieldMetadataType.RichText]: { - label: 'Rich Text', + label: 'System', Icon: IllustrationIconSetting, exampleValue: { key: 'value' }, category: 'Basic', }, [FieldMetadataType.Actor]: { - label: 'Actor', + label: 'System', Icon: IllustrationIconSetting, category: 'Basic', },