Skip to content

Commit

Permalink
DBC22-3299: Fixed verification email subject line copy
Browse files Browse the repository at this point in the history
  • Loading branch information
minORC authored and ray-oxd committed Jan 21, 2025
1 parent ca8d6a5 commit cd69320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/apps/authentication/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def post(self, request):
html = render_to_string('email/email_verification.html', context)

msg = EmailMultiAlternatives(
'Verify your DriveBC email address',
'Please verify your email address to setup email notifications',
text,
env("DRIVEBC_FEEDBACK_EMAIL_DEFAULT"),
[request.user.email]
Expand Down

0 comments on commit cd69320

Please sign in to comment.