diff --git a/src/Plugin/GroupContentEnabler/GroupWebform.php b/src/Plugin/GroupContentEnabler/GroupWebform.php
index 60d22d2..b4a29b9 100644
--- a/src/Plugin/GroupContentEnabler/GroupWebform.php
+++ b/src/Plugin/GroupContentEnabler/GroupWebform.php
@@ -45,7 +45,7 @@ class GroupWebform extends GroupContentEnablerBase {
     // and target entity type name in their titles and descriptions.
     $t_args = [
       '%plugin_name' => $this->getLabel(),
-      '%entity_type' => $this->getEntityType()->getLowercaseLabel(),
+      '%entity_type' => $this->getEntityType()->getSingularLabel(),
     ];
     $defaults = ['title_args' => $t_args, 'description_args' => $t_args];
 
