We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7601b7 + 93ff41d commit 75a46fcCopy full SHA for 75a46fc
1 file changed
ietf/templates/base/menu.html
@@ -30,7 +30,7 @@
30
31
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
32
<li {%if flavor == "top" %}class="dropdown-header hidden-xs"{% else %}class="nav-header"{% endif %}>Other groups</li>
33
- <li><a href="{% url "ietf.group.info.concluded_groups" %}">Concluded WGs</a></li>
+ <li><a href="{% url "ietf.group.info.concluded_groups" %}">Concluded groups</a></li>
34
<li><a href="https://www.ietf.org/list/nonwg.html">Non-WG lists</a></li>
35
36
{% if flavor == "top" %}</ul>{% endif %}
0 commit comments