diff --git a/resources/views/emails/registered-html.twig b/resources/views/emails/registered-html.twig index 2bd4065277..eb058d39f4 100644 --- a/resources/views/emails/registered-html.twig +++ b/resources/views/emails/registered-html.twig @@ -4,15 +4,17 @@ -
+Hey there,
- Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay! - - + Welkome to + Firefly III. Your registration has made it, and this email is here to confirm it. Yay! +
++ You can now continue on {{ address }}, if you weren't there already.
@@ -35,6 +37,9 @@Enjoy!
++ James Cole +
cThe registration has been created from IP {{ ip }} @@ -48,13 +53,14 @@ "description": "Visit Firefly III", "potentialAction": { "@type": "ViewAction", - "target": "https://geld.nder.be/", + "target": "{{ address }}", + "url": "{{ address }}", "name": "Visit Firefly III" }, "publisher": { "@type": "Organization", "name": "Firefly III", - "url": "https://geld.nder.be" + "url": "{{ address }}" } }