diff --git a/src/components/ConversationSettings/RecordingConsentSettings.vue b/src/components/ConversationSettings/RecordingConsentSettings.vue index 4ad6b1e54bce..09cd9729e16f 100644 --- a/src/components/ConversationSettings/RecordingConsentSettings.vue +++ b/src/components/ConversationSettings/RecordingConsentSettings.vue @@ -90,7 +90,7 @@ export default { }, summaryLabel() { - return this.recordingConsentSelected === !!CALL.RECORDING_CONSENT.REQUIRED + return this.conversation.recordingConsent === CALL.RECORDING_CONSENT.REQUIRED ? t('spreed', 'Recording consent is required for calls in this conversation') : t('spreed', 'Recording consent is not required for calls in this conversation') },