diff options
-rw-r--r-- | templates/packages/differences.html | 2 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 1829c564..527a5ab2 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Parabola - Package Differences by Architecture{% endblock %} +{% block title %}Parabola - Package Differences Reports{% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block content %} diff --git a/templates/public/index.html b/templates/public/index.html index dbc7c854..175e7726 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -142,7 +142,7 @@ <ul> <li><a href="/packages/differences/" - title="See differences in packages between available architectures">Differences by Architecture</a></li> + title="See differences in packages between available architectures">Differences Reports</a></li> </ul> <h4>Development</h4> |