mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Apply fixes from StyleCI (#260)
This commit is contained in:
@@ -32,11 +32,11 @@ return [
|
||||
'form_title' => 'Details',
|
||||
'descriptive_memo' => [
|
||||
'title' => 'Descriptive Memo',
|
||||
'description' => 'Enter a brief description of what this API key will be used for.'
|
||||
'description' => 'Enter a brief description of what this API key will be used for.',
|
||||
],
|
||||
'allowed_ips' => [
|
||||
'title' => 'Allowed IPs',
|
||||
'description' => 'Enter a line delimitated list of IPs that are allowed to access the API using this key. CIDR notation is allowed. Leave blank to allow any IP.'
|
||||
'description' => 'Enter a line delimitated list of IPs that are allowed to access the API using this key. CIDR notation is allowed. Leave blank to allow any IP.',
|
||||
],
|
||||
'base' => [
|
||||
'title' => 'Base Information',
|
||||
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
'update' => 'Update Subuser',
|
||||
'edit' => [
|
||||
'header' => 'Edit Subuser',
|
||||
'header_sub' => 'Modify user\'s access to server.'
|
||||
'header_sub' => 'Modify user\'s access to server.',
|
||||
],
|
||||
'new' => [
|
||||
'header' => 'Add New User',
|
||||
@@ -255,7 +255,7 @@ return [
|
||||
'header_sub' => 'Control the IPs and ports available on this server.',
|
||||
'available' => 'Available Allocations',
|
||||
'help' => 'Allocation Help',
|
||||
'help_text' => 'The list to the left includes all available IPs and ports that are open for your server to use for incoming connections.'
|
||||
'help_text' => 'The list to the left includes all available IPs and ports that are open for your server to use for incoming connections.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user