From 6421ebc1de8222089f9c71265405d7f816d448f6 Mon Sep 17 00:00:00 2001 From: Jean Mahoney Date: Sat, 3 Nov 2018 05:59:53 +0000 Subject: [PATCH] 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 --- ietf/templates/person/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/person/profile.html b/ietf/templates/person/profile.html index 14ec13b32..3ea382ec5 100644 --- a/ietf/templates/person/profile.html +++ b/ietf/templates/person/profile.html @@ -12,7 +12,7 @@ {% origin %} {% if persons|length > 1 %}
-

Duplicate person records found. This is an error. Showing all:

+

More than one person with this name has been found. Showing all:


{% endif %}