Push language fixes

This commit is contained in:
Dane Everitt 2017-06-18 20:16:23 -05:00
parent 59c2c6d149
commit 9f46dbc88d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -22,3 +22,4 @@ Dockerfile
docker-compose.yml
# for image related files
misc
.phpstorm.meta.php

View file

@ -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.',
],
],
],