Skip to content

Commit 6421ebc

Browse files
committed
Changed wording since it is not an error for there to be two people with the same name. Fixes issue ietf-tools#2616. Commit ready to merge.
- Legacy-Id: 15689
1 parent 47e3ba8 commit 6421ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/person/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% origin %}
1313
{% if persons|length > 1 %}
1414
<div class="col-md-12">
15-
<h4>Duplicate person records found. This is an error. Showing all:</h4>
15+
<h4>More than one person with this name has been found. Showing all:</h4>
1616
<hr>
1717
</div>
1818
{% endif %}

0 commit comments

Comments
 (0)