From 494a7b31a974e998523a3ecfc22934db02ce3afd Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Sat, 15 Jul 2023 23:51:55 -0500 Subject: [PATCH] Fix Typo Fix Typo "Fade ID" to "Face ID" --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index c58a57c..93b5fd3 100644 --- a/js/app.js +++ b/js/app.js @@ -186,7 +186,7 @@ function main(json) { icon = "bluetooth"; break; case "faceid": - permissionType = "Fade ID" + permissionType = "Face ID" icon = "person-bounding-box"; break; case "network":