Skip to content

Commit 0f6823e

Browse files
Merge pull request #3798 from isgq-github01/patch-1
Fixed Intune capitalisation on Devices page
2 parents 3884750 + 7457fd9 commit 0f6823e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 />,

0 commit comments

Comments
 (0)