Skip to content

Commit

Permalink
NBNP-410 Update missing pages form field help text
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Dec 6, 2023
1 parent ad475ac commit 20b10b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {

$fields['issue_missingp'] = BaseFieldDefinition::create('string')
->setLabel(t('Missing Pages'))
->setDescription(t('Pages missing from the issue.'))
->setDescription(t('Issue notes / pages missing from the issue.'))
->setSettings([
'max_length' => 128,
'text_processing' => 0,
Expand Down

0 comments on commit 20b10b1

Please sign in to comment.