Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ow-ai into Sync/master-develop-7.0.0
  • Loading branch information
shuhaib-aot committed Jan 16, 2025
2 parents 4d52f63 + a5c880a commit 477c14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/Modals/ActionModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ActionModal = React.memo(
} else if (CategoryType === "WORKFLOW" && published) {
customInfo = {
heading: "Note",
content: `Importing and deleting is not available when the ${diagramType} is published.` +
content: `Importing is not available when the ${diagramType} is published.` +
`You must unpublish the ${diagramType} first if you wish to make any changes.`.trim(),


Expand Down

0 comments on commit 477c14a

Please sign in to comment.