Skip to content

Commit 95f574e

Browse files
committed
Sidebar and API View tweaks
1 parent 3d2278b commit 95f574e

File tree

3 files changed

+71
-67
lines changed

3 files changed

+71
-67
lines changed

resources/lang/en/base.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
'header' => 'API Access',
2525
'header_sub' => 'Manage your API access keys.',
2626
'list' => 'API Keys',
27-
'create_new' => 'Create new API key',
27+
'create_new' => 'Create New API key',
2828
],
2929
'new' => [
3030
'header' => 'New API Key',
3131
'header_sub' => 'Create a new API access key',
3232
'form_title' => 'Details',
3333
'descriptive_memo' => [
3434
'title' => 'Descriptive Memo',
35-
'description' => 'Enter a breif description of what this API key will be used for.'
35+
'description' => 'Enter a brief description of what this API key will be used for.'
3636
],
3737
'allowed_ips' => [
3838
'title' => 'Allowed IPs',
@@ -103,7 +103,7 @@
103103
],
104104
'view' => [
105105
'title' => 'Show Single Server',
106-
'description' => 'Allows viewing details about a specific server including the daemon_token as current process information.',
106+
'description' => 'Allows viewing details about a specific server including the daemon_token as well as current process information.',
107107
],
108108
'list' => [
109109
'title' => 'List Servers',

0 commit comments

Comments
 (0)