fix typo in donation mail
This commit is contained in:
parent
537fe69462
commit
909bdd5cbf
|
@ -28,7 +28,7 @@ const WebmasterMail = () => mail("webmaster@chaostreff-dortmund.de")
|
||||||
const PostmasterMail = () => mail("postmaster@chaostreff-dortmund.de")
|
const PostmasterMail = () => mail("postmaster@chaostreff-dortmund.de")
|
||||||
const ChairpersonMail = () => mail("vorstand@chaostreff-dortmund.de")
|
const ChairpersonMail = () => mail("vorstand@chaostreff-dortmund.de")
|
||||||
const MailinglistMail = () => mail("discuss@lists.chaostreff-dortmund.de")
|
const MailinglistMail = () => mail("discuss@lists.chaostreff-dortmund.de")
|
||||||
const DonationMail = () => mail("spenden@chaostreff-dortmund.de)")
|
const DonationMail = () => mail("spenden@chaostreff-dortmund.de")
|
||||||
const Address = () =>
|
const Address = () =>
|
||||||
text(
|
text(
|
||||||
`Chaostreff Dortmund e.V.
|
`Chaostreff Dortmund e.V.
|
||||||
|
|
Loading…
Reference in New Issue