Skip to content

Commit 02dccbc

Browse files
authored
Merge pull request KelvinTegelaar#1053 from isgq-github01/patch-1
Fixed typos in standards
2 parents b54e754 + 3d589ef commit 02dccbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Config/standards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@
22352235
"value": "none"
22362236
},
22372237
{
2238-
"label": "Restirct sharing to specific domains",
2238+
"label": "Restrict sharing to specific domains",
22392239
"value": "allowList"
22402240
},
22412241
{

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardsharingDomainRestriction.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function Invoke-CIPPStandardsharingDomainRestriction {
1616
"highimpact"
1717
"CIS"
1818
ADDEDCOMPONENT
19-
{"type":"Select","name":"standards.sharingDomainRestriction.Mode","label":"Limit external sharing by domains","values":[{"label":"Off","value":"none"},{"label":"Restirct sharing to specific domains","value":"allowList"},{"label":"Block sharing to specific domains","value":"blockList"}]}
19+
{"type":"Select","name":"standards.sharingDomainRestriction.Mode","label":"Limit external sharing by domains","values":[{"label":"Off","value":"none"},{"label":"Restrict sharing to specific domains","value":"allowList"},{"label":"Block sharing to specific domains","value":"blockList"}]}
2020
{"type":"input","name":"standards.sharingDomainRestriction.Domains","label":"Domains to allow/block, comma separated"}
2121
IMPACT
2222
High Impact

0 commit comments

Comments
 (0)