Skip to content

Commit

Permalink
ESURVEY-8264
Browse files Browse the repository at this point in the history
  • Loading branch information
clam2310 committed Mar 11, 2024
1 parent 65948d6 commit 65cb462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
}
function getInitialOrderInfoText()
{
return '${form.getMessage("label.InitialOrder")}';
return "${form.getMessage("label.InitialOrder")}";
}
function round(value)
Expand Down

0 comments on commit 65cb462

Please sign in to comment.