chore: prompt changes

This commit is contained in:
Ephraim Atta-Duncan
2025-11-12 23:32:54 +00:00
parent 5fbad9e367
commit 9e0f07f806
2 changed files with 13 additions and 21 deletions

View File

@ -472,17 +472,7 @@ export const EnvelopeEditorFieldsPage = () => {
}
}}
>
{isAutoAddingFields ? (
processingProgress ? (
<Trans>
Processing page {processingProgress.current} of {processingProgress.total}...
</Trans>
) : (
<Trans>Processing...</Trans>
)
) : (
<Trans>Auto add fields</Trans>
)}
{isAutoAddingFields ? <Trans>Processing...</Trans> : <Trans>Auto add fields</Trans>}
</Button>
</section>