Skip to content

Commit

Permalink
Merge branch 'develop' into bpm-abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Nov 15, 2023
2 parents e226e00 + 8871a7e commit c3872bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forms-flow-web/src/components/Draft/Edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,12 @@ const View = React.memo((props) => {
modalOpen={draftDelete.modalOpen}
message={
<>
{t("Are you sure to delete the draft")}

{t("Are you sure to delete the draft")}
<span style={{ fontWeight: "bold" }}>&nbsp;
{textTruncate(14, 12, draftDelete.draftName)}
</span>&nbsp;
{t("with ID")}
{t("with ID")}
<span style={{ fontWeight: "bold" }}>&nbsp;
{draftDelete.draftId}
</span> ?
Expand Down

0 comments on commit c3872bf

Please sign in to comment.