| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 {% for browser in browsers %} | |
| 2 <script id="download-label-{{ browser.id }}" type="text/template"> | |
| 3 {% if locale in ["en", "de", "fr"] %} | |
| 4 {{ get_string("agree-and-install-for-" + browser.id, "install-button") }} | |
| 5 {% else %} | |
| 6 {{ get_string("install-for-" + browser.id, "install-button") }} | |
| 7 {% endif %} | |
| 8 </script> | |
| 9 {% endfor %} | |
| OLD | NEW |