diff --git a/misc/waku-messages/message/waku-message-body.dmn b/misc/waku-messages/message/waku-message-body.dmn
index 2e430d69..f6145538 100644
--- a/misc/waku-messages/message/waku-message-body.dmn
+++ b/misc/waku-messages/message/waku-message-body.dmn
@@ -88,7 +88,7 @@
True
- "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance. The reason specified for the rejection is: " + invoice.commentsFinance
+ "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance. The reason specified for the rejection is: " + invoice.commentFinance
@@ -122,7 +122,7 @@
False
- "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by your Project Lead. The reason specified for the rejection is: " + invoice.commentsProjectLead
+ "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by your Project Lead. The reason specified for the rejection is: " + invoice.commentProjectLead
@@ -156,7 +156,7 @@
True
- "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance. The reason specified for the rejection is: " + invoice.commentsFinance
+ "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected by Finance. The reason specified for the rejection is: " + invoice.commentFinance
@@ -224,7 +224,7 @@
- "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected. The reason specified for the rejection is: [" + invoice.commentsProjectLead + "]. Please get in touch with your Project Lead to discuss this further."
+ "Hi " + current_user_extras["first_name"] + ", your invoice has been rejected. The reason specified for the rejection is: [" + invoice.commentProjectLead + "]. Please get in touch with your Project Lead to discuss this further."