diff --git a/web/public/locales/en/views/faceLibrary.json b/web/public/locales/en/views/faceLibrary.json index fd5f50825..baabed69a 100644 --- a/web/public/locales/en/views/faceLibrary.json +++ b/web/public/locales/en/views/faceLibrary.json @@ -17,6 +17,7 @@ "createFaceLibrary": { "title": "Create Face Library", "desc": "Create a new face library", + "new": "Create New Face", "nextSteps": "It is recommended to use the Train tab to select and train images for each person as they are detected. When building a strong foundation it is strongly recommended to only train on images that are straight-on. Ignore images from cameras that recognize faces from an angle." }, "train": { diff --git a/web/src/pages/FaceLibrary.tsx b/web/src/pages/FaceLibrary.tsx index 67c7a2abe..ccf921fe8 100644 --- a/web/src/pages/FaceLibrary.tsx +++ b/web/src/pages/FaceLibrary.tsx @@ -672,7 +672,7 @@ function FaceAttempt({ onTrainAttempt(newName)} /> )} @@ -730,7 +730,7 @@ function FaceAttempt({ onClick={() => setNewFace(true)} > - Create New Face + {t("createFaceLibrary.new")} {faceNames.map((faceName) => (