Improve usability of email subject lines (#466)

* Update email subject

* Update email templates and subject lines
This commit is contained in:
Luke Vella 2023-02-01 18:19:12 +00:00 committed by GitHub
parent 586c33095f
commit 3c55142020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 8 deletions

View file

@ -61,7 +61,7 @@ test.describe.serial(() => {
});
expect(email.headers.subject).toBe(
"Rallly: Monthly Meetup - Verify your email address",
"Your poll for Monthly Meetup has been created",
);
const $ = load(email.html);