Skip to content

Commit

Permalink
Update subject for org_invite_email
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Kelly <[email protected]>
  • Loading branch information
pxwxnvermx and snopoke authored Sep 26, 2023
1 parent 761d430 commit 3d29140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcare_connect/organization/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def send_org_invite(membership_id, host_user_id):
Thank You,
Commcare Connect"""
send_mail(
subject=f"{host_user.name} has invite you to join {membership.organization.name}",
subject=f"{host_user.name} has invite you to join '{membership.organization.name}' on CommCare Connect",
message=message,
recipient_list=[membership.user.email],
from_email=settings.DEFAULT_FROM_EMAIL,
Expand Down

0 comments on commit 3d29140

Please sign in to comment.