Allow users to change the server description (#4420)
This commit is contained in:
parent
b1abae8106
commit
f2095e815e
7 changed files with 29 additions and 9 deletions
|
@ -195,7 +195,7 @@ class Permission extends Model
|
|||
'settings' => [
|
||||
'description' => 'Permissions that control a user\'s access to the settings for this server.',
|
||||
'keys' => [
|
||||
'rename' => 'Allows a user to rename this server.',
|
||||
'rename' => 'Allows a user to rename this server and change the description of it.',
|
||||
'reinstall' => 'Allows a user to trigger a reinstall of this server.',
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue