Add trans

This commit is contained in:
cuom1999 2023-08-25 15:44:27 -05:00
parent af5bee5147
commit b8bee7e63d
3 changed files with 27 additions and 18 deletions

View file

@ -40,7 +40,7 @@ def email_change_view(request):
uid = urlsafe_base64_encode(force_bytes(user.pk))
# Send the email to the user
subject = _(f"{settings.SITE_NAME} - Email Change Request")
subject = settings.SITE_NAME + " - " + _("Email Change Request")
email_contexts = {
"message": _(
"We have received a request to change your email to this email. Click the button below to change your email:"