Skip to content

Commit

Permalink
Merge pull request #423 from MeasureAuthoringTool/MAT-7795_deleteFunc…
Browse files Browse the repository at this point in the history
…tion

MAT-7795 change confirmation wording
  • Loading branch information
sb-cecilialiu authored Dec 31, 2024
2 parents cd24d70 + 2a9a39d commit 9d75717
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const Functions = ({
name={
discardDialog?.operation === "edit"
? "discard your changes in the CQL and edit the Function in the CQL"
: "discard your changes in the CQL and delete the Function in the CQL"
: "discard your changes in the CQL and delete the Function from the CQL"
}
action="discard"
cancelText="No, Keep Working"
Expand Down

0 comments on commit 9d75717

Please sign in to comment.