Skip to content

Commit

Permalink
Merge pull request #535 from webkom/revert-genvors
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Jan 29, 2023
2 parents 2227169 + 547f023 commit 917b2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/digital/mail.ts
Expand Up @@ -97,14 +97,14 @@ export const mailHandler = async (
replacements = {
...replacements,
new: true,
title: 'Velkommen til GenVORS!',
title: 'Velkommen til Genfors!',
};
break;
case 'send':
replacements = {
...replacements,
new: true,
title: 'Velkommen til GenVORS!',
title: 'Velkommen til Genfors!',
};
break;
}
Expand Down

0 comments on commit 917b2c3

Please sign in to comment.