Commit 254cd4a5 authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #396 from JulienTant/patch-3

Change label Inherit to Inherit from role
parents 67cc89e2 051a6de4
...@@ -36,7 +36,7 @@ return [ ...@@ -36,7 +36,7 @@ return [
'inherit all' => 'Inherit all', 'inherit all' => 'Inherit all',
'allow' => 'Allow', 'allow' => 'Allow',
'deny' => 'Deny', 'deny' => 'Deny',
'inherit' => 'Inherit', 'inherit' => 'Inherit from role',
'list resource' => 'List roles', 'list resource' => 'List roles',
'create resource' => 'Create roles', 'create resource' => 'Create roles',
'edit resource' => 'Edit roles', 'edit resource' => 'Edit roles',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment