diff --git a/modules/gcontent_moderation/src/Access/LatestRevisionCheck.php b/modules/gcontent_moderation/src/Access/LatestRevisionCheck.php
index cc772bd..4614168 100644
--- a/modules/gcontent_moderation/src/Access/LatestRevisionCheck.php
+++ b/modules/gcontent_moderation/src/Access/LatestRevisionCheck.php
@@ -101,7 +101,7 @@ class LatestRevisionCheck implements AccessInterface {
       // @todo Check has 'view own unpublished' permission when it is implemented
       $access = $access->orIf(AccessResult::allowedIf(
         $group->hasPermission('view latest version', $account)
-        && $group->hasPermission('view any unpublished ' . $plugin_id . ' entity', $account)
+        && $group->hasPermission('view unpublished ' . $plugin_id . ' entity', $account)
       ));
       $access->addCacheableDependency($group_content);
       $access->addCacheableDependency($group);
