From ac9e24e2ed5bddd1cc8cac92e241abd11fc195f8 Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:23:44 +0000 Subject: [PATCH] Face Library: show name on details (#17245) --- web/public/locales/en/views/faceLibrary.json | 1 + web/src/pages/FaceLibrary.tsx | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/web/public/locales/en/views/faceLibrary.json b/web/public/locales/en/views/faceLibrary.json index 57d78b18a..fd5f50825 100644 --- a/web/public/locales/en/views/faceLibrary.json +++ b/web/public/locales/en/views/faceLibrary.json @@ -3,6 +3,7 @@ "addFace": "Walk through adding a new face to the Face Library." }, "details": { + "person": "Person", "confidence": "Confidence", "face": "Face Details", "faceDesc": "Details for the face and associated object", diff --git a/web/src/pages/FaceLibrary.tsx b/web/src/pages/FaceLibrary.tsx index a9b7dc230..73fd54c7a 100644 --- a/web/src/pages/FaceLibrary.tsx +++ b/web/src/pages/FaceLibrary.tsx @@ -368,6 +368,10 @@ function TrainingGrid({ {t("details.face")} {t("details.faceDesc")} +
+
{t("details.person")}
+
{selectedEvent?.name}
+
{t("details.confidence")}