Skip to content

Commit a17a3d8

Browse files
Merge pull request #3307 from JonathanBullerBP/sharepoint-style-fix
Change style of "Sharepoint" to "SharePoint" in the portals dropdown and various standard descriptions
2 parents dd172cf + d0fee4b commit a17a3d8

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

src/components/CippComponents/CippTenantSelector.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export const CippTenantSelector = (props) => {
217217
icon: <Laptop />,
218218
},
219219
{
220-
label: "Sharepoint Portal",
220+
label: "SharePoint Portal",
221221
link: `https://admin.microsoft.com/Partner/beginclientsession.aspx?CTID=${currentTenant?.addedFields?.customerId}&CSDEST=SharePoint`,
222222
icon: <Share />,
223223
},

src/components/CippComponents/CippTranslations.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const CippTranslations = {
3535
portal_intune: "Intune Portal",
3636
portal_security: "Security Portal",
3737
portal_compliance: "Compliance Portal",
38-
portal_sharepoint: "Sharepoint Portal",
38+
portal_sharepoint: "SharePoint Portal",
3939
"@odata.type": "Type",
4040
roleDefinitionId: "GDAP Role",
4141
FromIP: "From IP",

src/data/CIPPDefaultGDAPRoles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"value": "69091246-20e8-4a56-aa4d-066075b2a7a8"
3333
},
3434
{
35-
"label": "Sharepoint Administrator",
35+
"label": "SharePoint Administrator",
3636
"value": "f28a1f50-f6e7-4571-818b-6a12f2af6b6c"
3737
},
3838
{

src/data/intuneCollection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73017,7 +73017,7 @@
7301773017
},
7301873018
{
7301973019
"id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludesharepoint",
73020-
"displayName": "Include Sharepoint",
73020+
"displayName": "Include SharePoint",
7302173021
"options": [
7302273022
{
7302373023
"id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludesharepoint_0",
@@ -209011,7 +209011,7 @@
209011209011
},
209012209012
{
209013209013
"id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disablesharepointintegrationinoutlook",
209014-
"displayName": "Do not allow Sharepoint-Outlook integration (User)",
209014+
"displayName": "Do not allow SharePoint-Outlook integration (User)",
209015209015
"options": [
209016209016
{
209017209017
"id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disablesharepointintegrationinoutlook_0",

src/data/portals.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"icon": "shield-alt"
7373
},
7474
{
75-
"label": "Sharepoint Admin",
76-
"name": "Sharepoint_Admin",
75+
"label": "SharePoint Admin",
76+
"name": "SharePoint_Admin",
7777
"url": "https://admin.microsoft.com/Partner/beginclientsession.aspx?CTID=customerId&CSDEST=SharePoint",
7878
"variable": "customerId",
7979
"target": "_blank",

src/data/standards.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
"name": "standards.DisableM365GroupUsers",
499499
"cat": "Entra (AAD) Standards",
500500
"tag": ["lowimpact"],
501-
"helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, Sharepoint sites, Planner, etc",
501+
"helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc",
502502
"docsDescription": "Users by default are allowed to create M365 groups. This restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc",
503503
"addedComponent": [],
504504
"label": "Disable M365 Group creation by users",
@@ -1682,7 +1682,7 @@
16821682
"name": "standards.AtpPolicyForO365",
16831683
"cat": "Defender Standards",
16841684
"tag": ["lowimpact", "CIS"],
1685-
"helpText": "This creates a Atp policy that enables Defender for Office 365 for Sharepoint, OneDrive and Microsoft Teams.",
1685+
"helpText": "This creates a Atp policy that enables Defender for Office 365 for SharePoint, OneDrive and Microsoft Teams.",
16861686
"addedComponent": [
16871687
{
16881688
"type": "switch",
@@ -2360,7 +2360,7 @@
23602360
"name": "standards.sharingCapability",
23612361
"cat": "SharePoint Standards",
23622362
"tag": ["highimpact", "CIS"],
2363-
"helpText": "Sets the default sharing level for OneDrive and Sharepoint. This is a tenant wide setting and overrules any settings set on the site level",
2363+
"helpText": "Sets the default sharing level for OneDrive and SharePoint. This is a tenant wide setting and overrules any settings set on the site level",
23642364
"addedComponent": [
23652365
{
23662366
"type": "autoComplete",
@@ -2387,7 +2387,7 @@
23872387
]
23882388
}
23892389
],
2390-
"label": "Set Sharing Level for OneDrive and Sharepoint",
2390+
"label": "Set Sharing Level for OneDrive and SharePoint",
23912391
"impact": "High Impact",
23922392
"impactColour": "danger",
23932393
"powershellEquivalent": "Update-MgBetaAdminSharepointSetting",

0 commit comments

Comments
 (0)