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

@ -21,7 +21,7 @@ class ActorTypeHelp extends BlockBase {
public function build() {
return array(
'#markup' => "
<h3>All actor types have contact details fields by default. Other fields can be added and managed here.</h3>
<h3>All person types have contact details fields by default. Other fields can be added and managed here.</h3>
"
);