changed label of published checkbox to "Visible"
This commit is contained in:
@ -233,7 +233,7 @@ class OCActivity extends RevisionableContentEntityBase implements OCActivityInte
|
||||
]);
|
||||
|
||||
$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)
|
||||
|
Reference in New Issue
Block a user