Skip to content

Commit cf50683

Browse files
committed
Fixed Cut-paste error in questionnaire view.
Fixes ietf-tools#1009 - Legacy-Id: 5693
1 parent d35d53e commit cf50683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/nomcom/questionnaires.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Questionnaires</h2>
1717
<li><a href="#{{ position.name }}"><em>{{ position.name }}</em></a></li>
1818
{% endfor %}
1919
</ul>
20-
Pick the position requirements to view from the list immediately above
20+
Pick the position questionnaires to view from the list immediately above
2121
<div class="yui-content">
2222
{% for position in positions %}
2323
<div id="{{ position.name }}">

0 commit comments

Comments
 (0)