Skip to content

Commit

Permalink
Fix typo in dealer declined email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta authored Nov 18, 2023
1 parent 2ec5b33 commit 6ea1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magprime/automated_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self, event):
ident='dealer_reg_waitlisted')

MarketplaceEmailFixture(
'Your {} {} has been decline'.format(c.EVENT_NAME, c.DEALER_APP_TERM.capitalize()),
'Your {} {} has been declined'.format(c.EVENT_NAME, c.DEALER_APP_TERM.capitalize()),
'dealers/declined.txt',
lambda g: g.status == c.DECLINED,
# query=Group.status == c.DECLINED,
Expand Down

0 comments on commit 6ea1de0

Please sign in to comment.