Skip to content

Commit

Permalink
Adjusted citizen image generator error message (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
namedotget authored Nov 11, 2024
1 parent 84a2613 commit 9f15edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/onboarding/CreateCitizen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export default function CreateCitizen({
)}
{inputImage?.name === citizenImage?.name || generateError ? (
<p className="mt-2 w-full text-left opacity-[50%]">
{'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.'}
</p>
) : (
<></>
Expand Down

0 comments on commit 9f15edc

Please sign in to comment.