Skip to content

Commit

Permalink
Merge branch 'develop' into MAT-8074/fixedErrorMessageForArgumentSection
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-prateekkeerthi authored Dec 31, 2024
2 parents 9ee177b + 9d75717 commit cfb84eb
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 cfb84eb

Please sign in to comment.