Skip to content

Commit ad9cb05

Browse files
committed
Fixed incorrect capitalisations of product names
1 parent 76cc86c commit ad9cb05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/endpoint/MEM/devices/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Page = () => {
2323

2424
const actions = [
2525
{
26-
label: "View in InTune",
26+
label: "View in Intune",
2727
link: `https://intune.microsoft.com/${tenantFilter}/#view/Microsoft_Intune_Devices/DeviceSettingsMenuBlade/~/overview/mdmDeviceId/[id]`,
2828
color: "info",
2929
icon: <EyeIcon />,

src/pages/endpoint/reports/analyticsdevicescore/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Page = () => {
1010
// Actions from the source file
1111
const actions = [
1212
{
13-
label: "View in InTune",
13+
label: "View in Intune",
1414
link: `https://intune.microsoft.com/${tenantFilter}/#view/Microsoft_Intune_Devices/DeviceSettingsMenuBlade/~/overview/mdmDeviceId/[id]`,
1515
color: "info",
1616
icon: <EyeIcon />,

0 commit comments

Comments
 (0)