Skip to content

Commit 9f46dbc

Browse files
committed
Push language fixes
1 parent 59c2c6d commit 9f46dbc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ Dockerfile
2222
docker-compose.yml
2323
# for image related files
2424
misc
25+
.phpstorm.meta.php

resources/lang/en/base.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
],
5858
'view' => [
5959
'title' => 'View Server',
60-
'desc'=> 'Allows viewing of specific server user can access.',
60+
'desc' => 'Allows viewing of specific server user can access.',
6161
],
6262
'power' => [
6363
'title' => 'Toggle Power',
64-
'desc'=> 'Allow toggling of power status for a server.',
64+
'desc' => 'Allow toggling of power status for a server.',
6565
],
6666
'command' => [
6767
'title' => 'Send Command',
68-
'desc'=> 'Allow sending of a command to a running server.',
68+
'desc' => 'Allow sending of a command to a running server.',
6969
],
7070
],
7171
],

0 commit comments

Comments
 (0)