show EmptyCard in face rec when face library is empty

This commit is contained in:
Josh Hawkins
2026-05-10 13:35:59 -05:00
parent 4da33493cd
commit 208b80939b
2 changed files with 22 additions and 1 deletions
+5 -1
View File
@@ -32,7 +32,11 @@
"title": "Recent Recognitions",
"titleShort": "Recent",
"aria": "Select recent recognitions",
"empty": "There are no recent face recognition attempts"
"empty": "There are no recent face recognition attempts",
"emptyNoLibrary": {
"title": "Upload a face",
"description": "You must add at least one face to the library for face recognition to function."
}
},
"deleteFaceLibrary": {
"title": "Delete Name",