diff options
author | Dan McGee <dan@archlinux.org> | 2011-12-09 17:14:01 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-09 17:14:01 +0100 |
commit | 057e252d6dd1b07b90e9550819e195a41a3d524f (patch) | |
tree | b01d0da4eee21591d85e2c1bcb46c8e225a3e297 /templates/public/index.html | |
parent | d198137d718a5dfcaacedc3e2e3adf86c3192cd7 (diff) | |
download | archweb-057e252d6dd1b07b90e9550819e195a41a3d524f.tar.gz archweb-057e252d6dd1b07b90e9550819e195a41a3d524f.tar.xz |
Retitle package differences page
Now that this has two different tables on it, we should make the page
title a bit more generic.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 24e6155..5a034c6 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -164,7 +164,7 @@ <li><a href="{% url mirror-status %}" title="Check the status of all known mirrors">Mirror Status</a></li> <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> |