Skip to content

Commit 1b404de

Browse files
yvmarquesklausi
authored andcommitted
fix(voyager): Fix a typo in the permission name (#931)
1 parent 2e295ee commit 1b404de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PermissionProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function permissions() {
5151
'description' => $this->t('Allows users use the explorer interface.', $params),
5252
];
5353

54-
$permissions["execute $id graphql voyager"] = [
54+
$permissions["use $id graphql voyager"] = [
5555
'title' => $this->t('%name: Use voyager', $params),
5656
'description' => $this->t('Allows users to use the voyager interface.', $params),
5757
];

0 commit comments

Comments
 (0)