From bd941202c873b360930ab9e49cb92e9f60f896ce Mon Sep 17 00:00:00 2001 From: hallidayo <22655069+Hallidayo@users.noreply.github.com> Date: Thu, 5 Oct 2023 01:25:09 +0100 Subject: [PATCH] changed text of stepper (#513) --- packages/ui/primitives/document-flow/document-flow-root.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/ui/primitives/document-flow/document-flow-root.tsx b/packages/ui/primitives/document-flow/document-flow-root.tsx index 96a0e18b1..a88a7627a 100644 --- a/packages/ui/primitives/document-flow/document-flow-root.tsx +++ b/packages/ui/primitives/document-flow/document-flow-root.tsx @@ -97,10 +97,7 @@ export const DocumentFlowFormContainerStep = ({ return (
- {title}{' '} - - ({step}/{maxStep}) - + Step {`${step} of ${maxStep}`}