| Index: includes/footer.tmpl |
| =================================================================== |
| --- a/includes/footer.tmpl |
| +++ b/includes/footer.tmpl |
| @@ -53,17 +53,17 @@ |
| <a href="https://www.instagram.com/adblockplus/" target="_blank"> |
| <img src="/img/footer-instagram-glyphicon.png"> |
| </a> |
| </li> |
| </ul> |
| </nav> |
| </div> {# .row #} |
| <div id="footer-legal"> |
| - <p id="copyright-notice">{{ "Copyright © 2018 All rights reserved. Adblock Plus<sup>®</sup> is a registered trademark of <a href='https://eyeo.com'>eyeo GmbH</a>." | translate("copyright-notice", "Footer copyright notice") }}</p> |
| + <p id="copyright-notice">{{ get_string("copyright", "footer") }}</p> |
| <ul id="legal-list"> |
| {% for pagename in ["terms", "privacy", "impressum"] %} |
| <li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a></li> |
| {% endfor %} |
| </ul> |
| </div> {# #footer-legal #} |
| </div> {# .container #} |
| </footer> {# #footer #} |