diff --git a/ConsentViewController/Classes/Views/tvOS/NativePrivacyManager/GDPR/SPGDPRVendorDetailsViewController.swift b/ConsentViewController/Classes/Views/tvOS/NativePrivacyManager/GDPR/SPGDPRVendorDetailsViewController.swift index edebf8c8f..cf31191bc 100644 --- a/ConsentViewController/Classes/Views/tvOS/NativePrivacyManager/GDPR/SPGDPRVendorDetailsViewController.swift +++ b/ConsentViewController/Classes/Views/tvOS/NativePrivacyManager/GDPR/SPGDPRVendorDetailsViewController.swift @@ -75,6 +75,7 @@ class SPGDPRVendorDetailsViewController: SPNativeScreenViewController { } loadTextView(forComponentId: "VendorDescription", textView: vendorDetailsTextView) loadLabelText(forComponentId: "PrivacyPolicyText", label: PolicyQrCodeLabel) + loadLabelText(forComponentId: "LegitimateInterestDiscloureText", label: LegIntQrCodeLabel) loadLabelText(forComponentId: "QrInstructions", label: ToScanLabel) ToScanLabel.textAlignment = .center descriptionTextView.flashScrollIndicators()