3
0
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:
snipe
2026-07-20 13:50:46 +01:00
parent c4193b176d
commit c6a96474d5

View File

@ -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' => [