Changed wording since it is not an error for there to be two people with the same name. Fixes issue #2616. Commit ready to merge.

- Legacy-Id: 15689
This commit is contained in:
Jean Mahoney 2018-11-03 05:59:53 +00:00
parent 47e3ba8ba4
commit 6421ebc1de

View file

@ -12,7 +12,7 @@
{% origin %}
{% if persons|length > 1 %}
<div class="col-md-12">
<h4>Duplicate person records found. This is an error. Showing all:</h4>
<h4>More than one person with this name has been found. Showing all:</h4>
<hr>
</div>
{% endif %}