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];
 
diff --git a/tests/src/Functional/GroupWebformAccessTest.php b/tests/src/Functional/GroupWebformAccessTest.php
index 6f7a955..c3a7040 100644
--- a/tests/src/Functional/GroupWebformAccessTest.php
+++ b/tests/src/Functional/GroupWebformAccessTest.php
@@ -14,7 +14,7 @@ class GroupWebformAccessTest extends GroupBrowserTestBase {
   /**
    * {@inheritdoc}
    */
-  public static $modules = ['group_webform', 'block'];
+  protected static $modules = ['group_webform', 'block'];
 
   /**
    * Checks webforms overview page access.
