Skip to content

Commit 0479600

Browse files
committed
Simple wording fix
- Legacy-Id: 12663
1 parent 76bcab6 commit 0479600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/submit/submission_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h2>Meta-data from the submission</h2>
233233
<tr>
234234
<th>Formal languages used</th>
235235
<td>
236-
{% for l in submission.formal_languages.all %}{{ l.name }}{% if not forloop.last %}, {% endif %}{% empty %}None{% endfor %}
236+
{% for l in submission.formal_languages.all %}{{ l.name }}{% if not forloop.last %}, {% endif %}{% empty %}None recognized{% endfor %}
237237
{% if errors.formal_languages %}<p class="text-danger"><b>{{ errors.formal_languages }}</b></p>{% endif %}
238238
</td>
239239
</tr>

0 commit comments

Comments
 (0)