Fix Typo "Fade ID" to "Face ID"
This commit is contained in:
Luca LeBlanc
2023-07-15 23:51:55 -05:00
committed by GitHub
parent 655adebef3
commit 494a7b31a9

View File

@@ -186,7 +186,7 @@ function main(json) {
icon = "bluetooth"; icon = "bluetooth";
break; break;
case "faceid": case "faceid":
permissionType = "Fade ID" permissionType = "Face ID"
icon = "person-bounding-box"; icon = "person-bounding-box";
break; break;
case "network": case "network":