diff --git a/modules/consent/dictionaries/consent.php b/modules/consent/dictionaries/consent.php index 41f55ae69a41ac0164353eda11529662cd238260..30d992d32f775edf53a852bd28d771c536a640a4 100644 --- a/modules/consent/dictionaries/consent.php +++ b/modules/consent/dictionaries/consent.php @@ -173,10 +173,10 @@ $lang = array( 'tr' => 'Özellikleri göster', ), 'show_attribute' => array ( - 'no' => 'Vis', - 'nn' => 'Vis', - 'da' => 'Vis', - 'en' => 'Show', + 'no' => 'Vis innhold', + 'nn' => 'Vis innhald', + 'da' => 'Vis indhold', + 'en' => 'Show content', ), 'login' => array ( 'no' => 'innlogging', @@ -377,4 +377,4 @@ $lang = array( ); -?> \ No newline at end of file +?> diff --git a/modules/consent/templates/consentform.php b/modules/consent/templates/consentform.php index eb36ed7665b89127fe6676cc0567c69d2c7a50ac..c435481efe567c9ee6b1acbc55305add86f6d1a0 100644 --- a/modules/consent/templates/consentform.php +++ b/modules/consent/templates/consentform.php @@ -177,10 +177,10 @@ function present_attributes($t, $attributes, $nameParent) { if ($isHidden) { $str .= '<div class="attrvalue consent_showattribute" id="visible_' . $hiddenId . '">'; - $str .= '... ('; + $str .= '... '; $str .= '<a class="consent_showattributelink" href="javascript:SimpleSAML_show(\'hidden_' . $hiddenId . '\'); SimpleSAML_hide(\'visible_' . $hiddenId . '\');">'; $str .= $t->t('{consent:consent:show_attribute}'); - $str .= '</a>)'; + $str .= '</a>'; $str .= '</div>'; } @@ -196,4 +196,4 @@ function present_attributes($t, $attributes, $nameParent) { <?php $this->includeAtTemplateBase('includes/footer.php'); -?> \ No newline at end of file +?>