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")}