diff --git a/modules/consent/templates/consentform.php b/modules/consent/templates/consentform.php index 399fa6bedb37c2bcf9a4717c45bec0f99959ee8e..234c12266101f18437613122bbdbece2292341b1 100644 --- a/modules/consent/templates/consentform.php +++ b/modules/consent/templates/consentform.php @@ -59,11 +59,7 @@ if ($this->data['sppp'] !== false) { echo "</p>"; } -echo '<h3 id="attributeheader">'. - $this->t( - '{consent:consent:consent_attributes_header}', - array('SPNAME' => $dstName, 'IDPNAME' => $srcName) - ).'</h3>'; +echo '<h3 id="attributeheader">'.$this->data['consent_attributes_header'].'</h3>'; echo $this->data['attributes_html'];