changed text of stepper (#513)

This commit is contained in:
hallidayo
2023-10-05 01:25:09 +01:00
committed by Mythie
parent 6ec04c5df3
commit 66eda3321d

View File

@ -97,10 +97,7 @@ export const DocumentFlowFormContainerStep = ({
return (
<div>
<p className="text-muted-foreground text-sm">
{title}{' '}
<span>
({step}/{maxStep})
</span>
Step <span>{`${step} of ${maxStep}`}</span>
</p>
<div className="bg-muted relative mt-4 h-[2px] rounded-md">