diff --git a/app/javascript/dashboard/components/widgets/conversation/Message.vue b/app/javascript/dashboard/components/widgets/conversation/Message.vue index 045f1abb9..5051a54fa 100644 --- a/app/javascript/dashboard/components/widgets/conversation/Message.vue +++ b/app/javascript/dashboard/components/widgets/conversation/Message.vue @@ -188,6 +188,10 @@ export default { return false; }, message() { + if (this.contentType === 'input_csat') { + return this.$t('CONVERSATION.CSAT_REPLY_MESSAGE'); + } + // If the message is an email, emailMessageContent would be present // In that case, we would use letter package to render the email if (this.emailMessageContent && this.isIncoming) {