mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-18 11:15:42 +00:00
Clarifying language for view model files vs asset files
This commit is contained in:
@ -36,11 +36,12 @@ return [
|
||||
|
||||
'assets' => [
|
||||
'name' => 'Assets',
|
||||
'note' => 'Grants access to the Assets section of the application.',
|
||||
'note' => 'Grants access to the Assets section of the application. ',
|
||||
],
|
||||
|
||||
'assetsview' => [
|
||||
'name' => 'View Assets',
|
||||
'note' => 'Note that users with this permission will also be able to see (not modify or delete) files uploaded to the asset model as well. This is to make it easier to share common documents like user manuals across assets without having to upload them to every asset, and to avoid having to grant the user permission to modify asset files.',
|
||||
],
|
||||
|
||||
'assetscreate' => [
|
||||
|
||||
Reference in New Issue
Block a user