Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-aot committed Nov 1, 2024
1 parent 9fa2c43 commit a3e61b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/Modals/ImportModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const ImportModal = React.memo(({ importFormModal, onClose, formSubmitted,
{importError && <span className="upload-status-error">{importError}</span>}
</div>
{importError && importError.includes("already exists") &&
<CustomInfo Heading="Note" Content='If you want to replace an existing form,
<CustomInfo heading="Note" content='If you want to replace an existing form,
open the form in the design menu that you want to
update, click "Actions", and then click "Import".' />
}
Expand Down

0 comments on commit a3e61b2

Please sign in to comment.