diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 59346c4cd..25859cc0a 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -97,7 +97,7 @@ <select name="[% field.key FILTER html %]" id="[% field.key FILTER html %]"> [% FOREACH match = query.value.users %] - <option value="[% match.email FILTER html %]"> + <option value="[% match.login FILTER html %]"> [%- match.identity FILTER html -%] </option> [% END %] @@ -118,7 +118,7 @@ multiple="multiple" size="[% query.value.users.size %]"> [% END %] [% FOREACH match = query.value.users %] - <option value="[% match.email FILTER html %]"> + <option value="[% match.login FILTER html %]"> [%- match.identity FILTER html -%] </option> [% END %] |