{{ "COMPLAINT_COMMENT" | translate }}
@if(complaintCommentForm.get('commentText')?.touched && complaintCommentForm.get('commentText')?.errors){ @if(complaintCommentForm.get('commentText')?.errors?.['required']){
{{'COMMENT_TEXT_IS_REQUIRED' | translate}}
}
}