aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/get/index.php')
-rw-r--r--en/downloads/get/index.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index d3e3cc485..24188e4e6 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -198,6 +198,10 @@ if (!$download) {
$title = $product['name'];
}
+if(!isset($product['magnet'])) {
+ $product['magnet'] = null;
+}
+
if ($debug)
$js_redirect = null;
@@ -333,7 +337,7 @@ gpg: There is no indication that the signature belongs to the owner.
<?php endif; ?>
</div>
<div class="d-flex justify-content-center">
- <button type="button" class="btn btn-secondary btn-sm share-icon" title="<?php _g('By continuing this navigation, you agree to the use of cookies to enable you to share content via social network sharing buttons.')?>"><?php _g('Share')?></button>
+ <button type="button" class="btn btn-secondary btn-sm share-icon" title="<?php _g('By clicking this button, you agree to the use of HTTP cookies.', null, ' '); _g('They enable you to share content from this page via social network sharing buttons.'); ?>"><?php _g('Share')?></button>
<div class="row">
<span class="col"><a href="https://twitter.com/mageia_org" class="twitter-follow-button" data-show-count="true" data-lang="<?php echo $locale; ?>"></a></span>
<span class="col"><div class="fb-like" data-href="https://www.facebook.com/Mageia" data-layout="button_count" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div></span>