Skip to content

Commit 9cd0113

Browse files
committed
Fix stream state label
- Legacy-Id: 3851
1 parent 2c156ec commit 9cd0113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/doc_tab_document_id.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{% if stream_info.state %}
7171
{% ifequal stream_info.stream.name "IETF" %}
7272
<tr>
73-
<td>IETF WG State:</td>
73+
<td>IETF State:</td>
7474
<td>{{ stream_info.state.name }} ({{ stream_info.streamed.get_group }})
7575
{% if stream_info.tags %}<br /><i>{% for tag in stream_info.tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}
7676
</td>

0 commit comments

Comments
 (0)