diff --git a/src/main/resources/config.sample.json b/src/main/resources/config.sample.json index 8c43283..9d8a2a6 100644 --- a/src/main/resources/config.sample.json +++ b/src/main/resources/config.sample.json @@ -1,7 +1,7 @@ { "verify_email_subject": { "en": "Add email address to your IRMA app", - "nl": "Voeg e-mailadres toe aan uw IRMA app" + "nl": "Voeg e-mailadres toe aan je IRMA app" }, "server_url": { "en": "http://localhost:8080/irma_email_issuer", @@ -11,7 +11,7 @@ "mail_port": 25, "mail_user": "", "mail_password": "", - "mail_from_address": "irma@privacybydesign.foundation", + "mail_from_address": "IRMA Email Issuer ", "secret_key": "", "token_validity": 86400, "private_key_path": "sk.der", diff --git a/src/main/resources/email-en.html b/src/main/resources/email-en.html index 88863d6..6b28f56 100644 --- a/src/main/resources/email-en.html +++ b/src/main/resources/email-en.html @@ -1,11 +1,10 @@ - -
-

Click the following link to add your email address to your IRMA app.

- -
- Load email address attribute -
-
- + +
+

Click the following link to add your email address to your IRMA app.

+
+ Load email address attribute +
+
+ diff --git a/src/main/resources/email-nl.html b/src/main/resources/email-nl.html index 5fcd644..8d679ad 100644 --- a/src/main/resources/email-nl.html +++ b/src/main/resources/email-nl.html @@ -1,11 +1,10 @@ - -
-

Klik op onderstaande link om uw e-mailadres toe te voegen aan uw IRMA app.

- -
- Laad e-mailadres attribuut -
-
- + +
+

Klik op onderstaande link om je e-mailadres toe te voegen aan je IRMA app.

+
+ Laad e-mailadres attribuut +
+
+