Skip to content

Commit c21a00a

Browse files
Fixed capitalisation of LAPS
LAPS not LAPs :P
1 parent 654493f commit c21a00a

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
@@ -123,7 +123,7 @@ const Page = () => {
123123
confirmText: "Are you sure you want to locate this device?",
124124
},
125125
{
126-
label: "Retrieve LAPs password",
126+
label: "Retrieve LAPS password",
127127
type: "POST",
128128
icon: <Password />,
129129
url: "/api/ExecGetLocalAdminPassword",

0 commit comments

Comments
 (0)