We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e295ee commit 1b404deCopy full SHA for 1b404de
src/PermissionProvider.php
@@ -51,7 +51,7 @@ public function permissions() {
51
'description' => $this->t('Allows users use the explorer interface.', $params),
52
];
53
54
- $permissions["execute $id graphql voyager"] = [
+ $permissions["use $id graphql voyager"] = [
55
'title' => $this->t('%name: Use voyager', $params),
56
'description' => $this->t('Allows users to use the voyager interface.', $params),
57
0 commit comments