diff --git a/ietf/group/views.py b/ietf/group/views.py index 5388819c0..40936a67f 100644 --- a/ietf/group/views.py +++ b/ietf/group/views.py @@ -352,7 +352,7 @@ def construct_group_menu_context(request, group, selected, group_type, others): entries.append(("Email expansions", urlreverse("ietf.group.views.email", kwargs=kwargs))) if group.list_archive.startswith("http:") or group.list_archive.startswith("https:") or group.list_archive.startswith("ftp:"): if 'mailarchive.ietf.org' in group.list_archive: - entries.append(("list archive", urlreverse("ietf.group.views.derived_archives", kwargs=kwargs))) + entries.append(("List archive", urlreverse("ietf.group.views.derived_archives", kwargs=kwargs))) else: entries.append((mark_safe("List archive »"), group.list_archive))