diff options
-rw-r--r-- | mustache-templates/reproducible/main_navigation.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache index 25fe8d8f..0d8f70eb 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -127,13 +127,13 @@ <li {{#scheduled}}class='active'{{/scheduled}}> <a href="/debian/index_{{arch}}_scheduled.html" title="Show packages currently scheduled for testing on {{arch}}"> - scheduled + Scheduled </a> for {{arch}} </li> <li {{#dd_list}}class='active'{{/dd_list}}> <a href="/debian/{{suite}}/index_dd-list.html" title="Show maintainers of unreproducible packages in {{suite}}"> - maintainers of <img src="/static/weather-showers-scattered.png" + Maintainers of <img src="/static/weather-showers-scattered.png" alt="Unreproducible packages"> </a> in {{suite}} </li> @@ -157,7 +157,7 @@ </a> </li> <li {{#performance}}class='active'{{/performance}}> - <a href="/debian/index_performance.html">performance stats</a> + <a href="/debian/index_performance.html">Performance stats</a> </li> <li {{#variations}}class='active'{{/variations}}> <a href="/debian/index_variations.html">Variations tested</a> |