Changed "Actor" to "Person" in a few places

This commit is contained in:
Naomi
2018-11-09 16:14:48 +00:00
parent da0c0ff1b5
commit ad6811b5e9
7 changed files with 10 additions and 10 deletions

View File

@ -17,8 +17,8 @@ use Drupal\user\UserInterface;
*
* @ContentEntityType(
* id = "oc_actor",
* label = @Translation("Actor"),
* bundle_label = @Translation("Actor type"),
* label = @Translation("Person"),
* bundle_label = @Translation("Person type"),
* handlers = {
* "storage" = "Drupal\opencase_entities\OCActorStorage",
* "view_builder" = "Drupal\Core\Entity\EntityViewBuilder",