We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c2c6d commit 9f46dbcCopy full SHA for 9f46dbc
2 files changed
.gitignore
@@ -22,3 +22,4 @@ Dockerfile
22
docker-compose.yml
23
# for image related files
24
misc
25
+.phpstorm.meta.php
resources/lang/en/base.php
@@ -57,15 +57,15 @@
57
],
58
'view' => [
59
'title' => 'View Server',
60
- 'desc'=> 'Allows viewing of specific server user can access.',
+ 'desc' => 'Allows viewing of specific server user can access.',
61
62
'power' => [
63
'title' => 'Toggle Power',
64
- 'desc'=> 'Allow toggling of power status for a server.',
+ 'desc' => 'Allow toggling of power status for a server.',
65
66
'command' => [
67
'title' => 'Send Command',
68
- 'desc'=> 'Allow sending of a command to a running server.',
+ 'desc' => 'Allow sending of a command to a running server.',
69
70
71
0 commit comments