Skip to content

Commit

Permalink
fix(voyager): Fix a typo in the permission name (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvmarques authored and klausi committed Nov 1, 2019
1 parent 2e295ee commit 1b404de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PermissionProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function permissions() {
'description' => $this->t('Allows users use the explorer interface.', $params),
];

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

0 comments on commit 1b404de

Please sign in to comment.