From 04c07b3b11374f6c3ede631708127577e36cf738 Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Thu, 24 Aug 2023 12:45:25 +0200 Subject: [PATCH] reword term "pwn" to password exposure fix #65 --- scipost_django/security/templates/security/security.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_django/security/templates/security/security.html b/scipost_django/security/templates/security/security.html index f50877471..f64a0cbc3 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> -- GitLab