Duplicate Incorrect template link

cimad

Member
Affected version
2.0 final
hi

on the template "notice_email_bounce", exist a incorrect link.

HTML:
{{ phrase('attempts_to_email_x_have_failed_please_update', {'email': $xf.visitor.email}) }}<br />

<a href="{{ link('account/contact-details') }}">{{ phrase('update_your_contact_details') }}</a>

I think the correct must be

HTML:
{{ phrase('attempts_to_email_x_have_failed_please_update', {'email': $xf.visitor.email}) }}<br />

<a href="{{ link('account/account-details') }}">{{ phrase('update_your_contact_details') }}</a>

regards
 
Top Bottom