diff options
Diffstat (limited to 'pgweb/util/contexts.py')
-rw-r--r-- | pgweb/util/contexts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py index ba8248a4..c2f0bbcb 100644 --- a/pgweb/util/contexts.py +++ b/pgweb/util/contexts.py @@ -20,7 +20,7 @@ sitenav = { ], 'download': [ {'title': 'Downloads', 'link': '/download/', 'submenu': [ - {'title': 'Binary', 'link': '/download/'}, + {'title': 'Packages', 'link': '/download/'}, {'title': 'Source', 'link': '/ftp/source/'} ]}, {'title': 'Software Catalogue', 'link': '/download/product-categories/'}, |