diff --git a/PrivacyDashboardiOS/Classes/ViewControllers/AttributesViewController/Cell/BBConsentAttributeTableViewCell.swift b/PrivacyDashboardiOS/Classes/ViewControllers/AttributesViewController/Cell/BBConsentAttributeTableViewCell.swift index d0cb754..f1cbde0 100644 --- a/PrivacyDashboardiOS/Classes/ViewControllers/AttributesViewController/Cell/BBConsentAttributeTableViewCell.swift +++ b/PrivacyDashboardiOS/Classes/ViewControllers/AttributesViewController/Cell/BBConsentAttributeTableViewCell.swift @@ -25,7 +25,7 @@ class BBConsentAttributeTableViewCell: UITableViewCell { } func showData() { - self.titleLbl.text = self.consentInfo?.description + self.titleLbl.text = self.consentInfo?.name self.dataLbl.text = "" if consent == true { self.consentTypeLbl.text = NSLocalizedString(Constant.Strings.allow, comment: "")