From e923d3cc7377b6005919f5e77897056776b281df Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 8 May 2025 08:55:12 -0500 Subject: [PATCH] face library i18n fixes --- web/public/locales/en/views/faceLibrary.json | 3 ++- web/src/pages/FaceLibrary.tsx | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/public/locales/en/views/faceLibrary.json b/web/public/locales/en/views/faceLibrary.json index 945b45012..ea3210eee 100644 --- a/web/public/locales/en/views/faceLibrary.json +++ b/web/public/locales/en/views/faceLibrary.json @@ -9,7 +9,8 @@ "scoreInfo": "The sub label score is the weighted score for all of the recognized face confidences, so this may differ from the score shown on the snapshot.", "face": "Face Details", "faceDesc": "Details of the tracked object that generated this face", - "timestamp": "Timestamp" + "timestamp": "Timestamp", + "unknown": "Unknown" }, "documentTitle": "Face Library - Frigate", "uploadFaceImage": { diff --git a/web/src/pages/FaceLibrary.tsx b/web/src/pages/FaceLibrary.tsx index 80bd1acd9..3a33cb204 100644 --- a/web/src/pages/FaceLibrary.tsx +++ b/web/src/pages/FaceLibrary.tsx @@ -644,7 +644,7 @@ function TrainingGrid({