Skip to content

Commit 7521120

Browse files
Merge pull request #2022 from kris6673/dev
Update casing, punctuation, and helptext here and there
2 parents 207ba70 + 538823e commit 7521120

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/data/standards.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{
3838
"name": "standards.AuditLog",
3939
"cat": "Global Standards",
40-
"helpText": "Enables the Unified Audit Log for tracking and auditing activities; also runs Enable-OrganizationCustomization if necessary.",
40+
"helpText": "Enables the Unified Audit Log for tracking and auditing activities. Also runs Enable-OrganizationCustomization if necessary.",
4141
"addedComponent": [],
4242
"label": "Enable the Unified Audit Log",
4343
"impact": "Low Impact",
@@ -73,7 +73,7 @@
7373
{
7474
"name": "standards.DisableBasicAuthSMTP",
7575
"cat": "Global Standards",
76-
"helpText": "Disables SMTP AUTH for the organization. This is the default for new tenants. Sets the entire tenant to no longer allow SMTP AUTH, and as such has no exclusions.",
76+
"helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants. ",
7777
"addedComponent": [],
7878
"label": "Disable SMTP Basic Authentication",
7979
"impact": "Medium Impact",
@@ -93,7 +93,7 @@
9393
"cat": "Entra (AAD) Standards",
9494
"helpText": "Enables the tenant to use LAPS. You must still create a policy for LAPS to be active on all devices. Use the template standards to deploy this by default.",
9595
"addedComponent": [],
96-
"label": "Enable LAPs on the tenant",
96+
"label": "Enable LAPS on the tenant",
9797
"impact": "Low Impact",
9898
"impactColour": "info"
9999
},
@@ -111,7 +111,7 @@
111111
"name": "standards.allowOTPTokens",
112112
"helpText": "Allows you to use MS authenticator OTP token generator",
113113
"addedComponent": [],
114-
"label": "Enable OTP via Authenticator.",
114+
"label": "Enable OTP via Authenticator",
115115
"impact": "Low Impact",
116116
"impactColour": "info"
117117
},
@@ -230,7 +230,7 @@
230230
"name": "standards.NudgeMFA.enable",
231231
"helpText": "Enables registration campaign for the tenant",
232232
"addedComponent": [],
233-
"label": "Request to setup Authenticator if not setup yet.",
233+
"label": "Request to setup Authenticator if not setup yet",
234234
"impact": "Low Impact",
235235
"impactColour": "info"
236236
},
@@ -239,7 +239,7 @@
239239
"name": "standards.NudgeMFA.disable",
240240
"helpText": "Disables registration campaign for the tenant",
241241
"addedComponent": [],
242-
"label": "Disables the request to setup Authenticator if setup.",
242+
"label": "Disables the request to setup Authenticator if setup",
243243
"impact": "Low Impact",
244244
"impactColour": "info"
245245
},
@@ -299,16 +299,16 @@
299299
"label": "Allowed application IDs, comma separated"
300300
}
301301
],
302-
"label": "Require admin consent for applications (Prevent OAuth phishing.)",
303-
"impact": "Medium impact",
302+
"label": "Require admin consent for applications (Prevent OAuth phishing)",
303+
"impact": "Medium Impact",
304304
"impactColour": "warning"
305305
},
306306
{
307307
"cat": "Entra (AAD) Standards",
308308
"name": "standards.OauthConsentLowSec",
309309
"helpText": "Sets the default oauth consent level so users can consent to applications that have low risks.",
310-
"label": "Allow users to consent to applications with low security risk (Prevent OAuth phishing. Lower impact, less secure.)",
311-
"impact": "Medium impact",
310+
"label": "Allow users to consent to applications with low security risk (Prevent OAuth phishing. Lower impact, less secure)",
311+
"impact": "Medium Impact",
312312
"impactColour": "warning"
313313
},
314314
{
@@ -373,7 +373,7 @@
373373
{
374374
"name": "standards.OutBoundSpamAlert",
375375
"cat": "Exchange Standards",
376-
"helpText": "Set the Outbound Spam Alert e-mail address.",
376+
"helpText": "Set the Outbound Spam Alert e-mail address",
377377
"addedComponent": [
378378
{
379379
"type": "input",
@@ -415,7 +415,7 @@
415415
]
416416
}
417417
],
418-
"label": "Enable or disable 'external' warning in Outlook.",
418+
"label": "Enable or disable 'external' warning in Outlook",
419419
"impact": "Low Impact",
420420
"impactColour": "info"
421421
},
@@ -659,7 +659,7 @@
659659
{
660660
"name": "standards.DisableAddShortcutsToOneDrive",
661661
"cat": "SharePoint Standards",
662-
"helpText": "When the feature is disabled the option Add shortcut to My files will be removed; any folders that have already been added will remain on the user's computer.",
662+
"helpText": "When the feature is disabled the option Add shortcut to OneDrive will be removed. Any folders that have already been added will remain on the user's computer.",
663663
"disabledFeatures": {
664664
"report": true,
665665
"warn": true,

0 commit comments

Comments
 (0)