diff --git a/components/case/representation/consultationAgent.js b/components/case/representation/consultationAgent.js
index 50a8d6dd..bfae03e6 100644
--- a/components/case/representation/consultationAgent.js
+++ b/components/case/representation/consultationAgent.js
@@ -10,6 +10,7 @@ import {
RenderCondtionalRadioList,
RenderPickList,
RenderRichMultiline,
+ shouldDisableButton,
} from "./representationElements";
import { useDropzone } from "react-dropzone";
@@ -145,14 +146,75 @@ const ConsultationAgent = (props) => {
- {t(
- "myrepresentations:consultation-comment-label"
- )}
+ {formObj.representationForm.values
+ .representationType ==
+ "Consultation Response"
+ ? t(
+ "myrepresentations:enter-comment-label"
+ )
+ : t(
+ "myrepresentations:consultation-comment-label"
+ )}