Minor change to wording

This commit is contained in:
Naomi 2018-10-25 18:32:26 +01:00
parent 981439d3c6
commit 570d442d41
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class AddActorsMenuLink extends DeriverBase implements ContainerDeriverInterface
$actorTypes = $this->entityTypeManager->getStorage('oc_actor_type')->loadMultiple();
foreach ($actorTypes as $id => $actorType) {
$links[$id] = [
'title' => "Add a ". $actorType->label(),
'title' => "Add ". $actorType->label(),
'route_name' => "entity.oc_actor.add_form",
'route_parameters' => ['oc_actor_type' => $actorType->id()]
] + $base_plugin_definition;