Push language fixes
This commit is contained in:
parent
59c2c6d149
commit
9f46dbc88d
2 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,3 +22,4 @@ Dockerfile
|
|||
docker-compose.yml
|
||||
# for image related files
|
||||
misc
|
||||
.phpstorm.meta.php
|
||||
|
|
|
@ -57,15 +57,15 @@ return [
|
|||
],
|
||||
'view' => [
|
||||
'title' => 'View Server',
|
||||
'desc'=> 'Allows viewing of specific server user can access.',
|
||||
'desc' => 'Allows viewing of specific server user can access.',
|
||||
],
|
||||
'power' => [
|
||||
'title' => 'Toggle Power',
|
||||
'desc'=> 'Allow toggling of power status for a server.',
|
||||
'desc' => 'Allow toggling of power status for a server.',
|
||||
],
|
||||
'command' => [
|
||||
'title' => 'Send Command',
|
||||
'desc'=> 'Allow sending of a command to a running server.',
|
||||
'desc' => 'Allow sending of a command to a running server.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue