diff --git a/scipost_django/security/templates/security/security.html b/scipost_django/security/templates/security/security.html index f50877471ad360a7f444778578299aa7ad7f5128..f64a0cbc3d8d6e69fd5a04772dcbf250fbb04213 100644 --- a/scipost_django/security/templates/security/security.html +++ b/scipost_django/security/templates/security/security.html @@ -44,7 +44,7 @@ <a class="btn btn-info" href="{% url 'security:check_email_pwned' %}" role="button"> {% include 'bi/arrow-right.html' %} Check to see if my email address - <strong><em>{{ request.user.email }}</em></strong> has been pwned + <strong><em>{{ request.user.email }}</em></strong> has been exposed in password leaks or breaches </a> </div> </div>