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:
parent
47e3ba8ba4
commit
6421ebc1de
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue