Merged in [15689] from mahoney@nostrum.com:

Changed wording since it is not an error for there to be two people with the same name. Fixes issue #2616.
 - Legacy-Id: 15711
Note: SVN reference [15689] has been migrated to Git commit 6421ebc1de
This commit is contained in:
Henrik Levkowetz 2018-11-04 09:08:12 +00:00
commit 955ba2b88d

View file

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