From 9f15edcf6a79dbbca7557f6544842f2da3f3d3d9 Mon Sep 17 00:00:00 2001 From: "name.get" <99998750+namedotget@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:08:05 -0600 Subject: [PATCH] Adjusted citizen image generator error message (#248) --- ui/components/onboarding/CreateCitizen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/onboarding/CreateCitizen.tsx b/ui/components/onboarding/CreateCitizen.tsx index 2693657e..c0c858a4 100644 --- a/ui/components/onboarding/CreateCitizen.tsx +++ b/ui/components/onboarding/CreateCitizen.tsx @@ -276,7 +276,7 @@ export default function CreateCitizen({ )} {inputImage?.name === citizenImage?.name || generateError ? (

- {'Unable to generate an image, please try again later.'} + {'Unable to generate an image, please try again later, or proceed with checkout to use the image above.'}

) : ( <>