From 6fbaf433e82723a17fce717743d23e536c03650c Mon Sep 17 00:00:00 2001 From: naomi Date: Sun, 7 Feb 2021 15:23:46 +0000 Subject: [PATCH] changed "description" label to "notes" --- modules/opencase_entities/src/Entity/OCActivity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/opencase_entities/src/Entity/OCActivity.php b/modules/opencase_entities/src/Entity/OCActivity.php index 460acf7..07010cb 100644 --- a/modules/opencase_entities/src/Entity/OCActivity.php +++ b/modules/opencase_entities/src/Entity/OCActivity.php @@ -277,7 +277,7 @@ class OCActivity extends RevisionableContentEntityBase implements OCActivityInte ->setRequired(TRUE); $fields['description'] = BaseFieldDefinition::create('string_long') - ->setLabel(t('Description')) + ->setLabel(t('Notes')) ->setRevisionable(TRUE) ->setSettings([ 'max_length' => 50,