Skip to content

Commit

Permalink
Merge pull request #4553 from mozilla/MNTOR-3172-test-email-subject
Browse files Browse the repository at this point in the history
Use normal Plus Monthly mail subject in test mails
  • Loading branch information
flozia authored May 28, 2024
2 parents d8ed7ac + 613e167 commit 50c7daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export async function triggerMonthlyActivity(emailAddress: string) {

await send(
emailAddress,
l10n.getString("email-monthly-plus-manual-subject", {
l10n.getString("email-monthly-plus-auto-subject", {
month: dateFormatter.format(new Date(Date.now())),
}),
<MonthlyActivityEmail
Expand Down

0 comments on commit 50c7daa

Please sign in to comment.