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 && (