From 696f2062b6e1b160a6363d6b6dbaab3e71fe0184 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 24 Oct 2025 07:49:25 -0500 Subject: [PATCH] match face wizard with camera and classification wizards --- web/public/locales/en/views/faceLibrary.json | 2 +- .../overlay/detail/FaceCreateWizardDialog.tsx | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/web/public/locales/en/views/faceLibrary.json b/web/public/locales/en/views/faceLibrary.json index 08050977e..ce168c346 100644 --- a/web/public/locales/en/views/faceLibrary.json +++ b/web/public/locales/en/views/faceLibrary.json @@ -1,6 +1,6 @@ { "description": { - "addFace": "Walk through adding a new collection to the Face Library.", + "addFace": "Add a new collection to the Face Library by uploading your first image.", "placeholder": "Enter a name for this collection", "invalidName": "Invalid name. Names can only include letters, numbers, spaces, apostrophes, underscores, and hyphens." }, diff --git a/web/src/components/overlay/detail/FaceCreateWizardDialog.tsx b/web/src/components/overlay/detail/FaceCreateWizardDialog.tsx index 3ed512303..6436ef040 100644 --- a/web/src/components/overlay/detail/FaceCreateWizardDialog.tsx +++ b/web/src/components/overlay/detail/FaceCreateWizardDialog.tsx @@ -102,17 +102,23 @@ export default function CreateFaceWizardDialog({ }} > -
- {t("button.addFace")} - {isDesktop && {t("description.addFace")}} -
+
+ {t("button.addFace")} + {isDesktop && {t("description.addFace")}} +
+ {step == 0 && (