Skip to content

Commit 0fab6a2

Browse files
bluikkobarryo
authored andcommitted
Fix typos and other small language fixes in settings help
Fix typos, capitalization etc.
1 parent 3ebe888 commit 0fab6a2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config/ixp_fe_settings.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
module allows you to record what equipment console server ports connect to.
7272
For larger exchanges, a modern DCIM system such as
7373
<a href="https://netboxlabs.com/dcim/" target="_blank">NetBox</a>
74-
is recrommended.',
74+
is recommended.',
7575
],
7676

7777
'cust-kit' => [
@@ -84,7 +84,7 @@
8484
'docs_url' => null,
8585
'help' => 'If you provide equipment colocation services for members, the module will allow you to
8686
maintain an inventory of this. For larger exchanges, a modern DCIM system such as
87-
<a href="https://netboxlabs.com/dcim/" target="_blank">NetBox</a> is recrommended.',
87+
<a href="https://netboxlabs.com/dcim/" target="_blank">NetBox</a> is recommended.',
8888
],
8989

9090
'logs' => [
@@ -133,8 +133,8 @@
133133
'rules' => 'boolean',
134134
'name' => 'Filtered Prefixes',
135135
'docs_url' => 'https://docs.ixpmanager.org/latest/features/route-servers/#displaying-filtered-prefixes',
136-
'help' => 'This feature provides member\'s a live view of member prefixes filtered on the IXP\'s route servers.
137-
It requires that you are using IXP Manager\'s Bird v2 route server configuration and
136+
'help' => 'This feature provides members a live view of member prefixes filtered on the IXP\'s route servers.
137+
It requires that you are using IXP Manager\'s BIRD v2 route server configuration and
138138
have enabled the looking glass.'
139139
],
140140

@@ -146,8 +146,8 @@
146146
'rules' => 'boolean',
147147
'name' => 'Looking Glass',
148148
'docs_url' => 'https://docs.ixpmanager.org/latest/features/looking-glass/',
149-
'help' => 'IXP Manager supports full looking glass features when using the Bird BGP daemon and
150-
Bird\'s Eye (a simple secure micro service for querying Bird). This feature is an
149+
'help' => 'IXP Manager supports full looking glass features when using the BIRD BGP daemon and
150+
Bird\'s Eye (a simple secure micro service for querying BIRD). This feature is a
151151
required element of some other features such as the filtered prefixes.',
152152
],
153153

@@ -194,7 +194,7 @@
194194
'name' => 'Peering Matrix',
195195
'docs_url' => 'https://docs.ixpmanager.org/latest/features/peering-matrix/',
196196
'help' => 'The peering matrix system builds up a list of who is peering with whom over your IXP. You
197-
will need sflow running with a
197+
will need sFlow running with a
198198
<a href="https://docs.ixpmanager.org/latest/features/peering-matrix/#data-source-sflow-bgp-session-detection"
199199
target="_blank">BGP detector</a> running.',
200200
],
@@ -485,7 +485,7 @@
485485
'name' => "Enforce 2FA for Users >=",
486486
'rules' => 'required|in:1,2,3,4',
487487
'docs_url' => 'https://docs.ixpmanager.org/usage/authentication/#enforcing-2fa-for-users',
488-
'help' => 'Chose between allowing users to opt into 2fa, or requiring all users with minimum selected previlege.',
488+
'help' => 'Choose between allowing users to opt into 2fa, or requiring all users with minimum selected privilege.',
489489
],
490490

491491
'secure_session_cookie' => [
@@ -682,7 +682,7 @@
682682
'admin_options' => [
683683

684684
'title' => 'Admin',
685-
'description' => "Various administrator related options.",
685+
'description' => "Various administrator-related options.",
686686

687687
'fields' => [
688688

@@ -730,7 +730,7 @@
730730
'rules' => 'integer|between:1,32',
731731
'name' => 'Minimum IPv4 Subnet Size',
732732
'docs_url' => 'https://docs.ixpmanager.org/7.0/features/route-servers/',
733-
'help' => 'Minimum ipv4 subnet size accepted by route servers. Should be no more specific than a /24.',
733+
'help' => 'Minimum IPv4 subnet size accepted by route servers. Should be no more specific than a /24.',
734734
],
735735

736736
'rs_min_v6_subnet_size' => [
@@ -740,7 +740,7 @@
740740
'rules' => 'integer|between:1,128',
741741
'name' => 'Minimum IPv6 Subnet Size',
742742
'docs_url' => 'https://docs.ixpmanager.org/7.0/features/route-servers/',
743-
'help' => 'Minimum ipv6 subnet size accepted by route servers. Should be no more specific than a /48.',
743+
'help' => 'Minimum IPv6 subnet size accepted by route servers. Should be no more specific than a /48.',
744744
],
745745

746746

0 commit comments

Comments
 (0)