From e9acfa4fb91c1a5b69306f09c446abebe7ebe380 Mon Sep 17 00:00:00 2001
From: IrosTheBeggar
Date: Wed, 24 Nov 2021 00:08:00 -0500
Subject: [PATCH] fix typo
---
webapp/admin/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapp/admin/index.js b/webapp/admin/index.js
index b70ab75..5f67557 100644
--- a/webapp/admin/index.js
+++ b/webapp/admin/index.js
@@ -1964,7 +1964,7 @@ const lockView = Vue.component('lock-view', {
This will prevent anyone from making configuration changes with the Admin Panel. If you want undo this you will need to:
-- Open the config file
- -- Change the value of 'lockAdmin' to 'true'
+ -- Change the value of 'lockAdmin' to 'false'
-- Reboot mStream