changed label of published checkbox to "Visible"

This commit is contained in:
2021-12-10 09:45:22 +00:00
parent f293676fa5
commit b194367eef
5 changed files with 5 additions and 5 deletions

View File

@ -210,7 +210,7 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface {
// not currently used. Will add form and view settings when ready
$fields['status'] = BaseFieldDefinition::create('boolean')
->setLabel(t('Publishing status'))
->setLabel(t('Visible'))
->setDescription('If this box is not ticked this record will be hidden from view for most users. Users with access to unpublished entities will be able to restore it if needed.')
->setRevisionable(TRUE)
->setDisplayConfigurable("form", TRUE)