diff --git a/lib/web/templates/email/anonymous_participation_confirmation.html.eex b/lib/web/templates/email/anonymous_participation_confirmation.html.eex
index f43a11220..7b4a3d6a5 100644
--- a/lib/web/templates/email/anonymous_participation_confirmation.html.eex
+++ b/lib/web/templates/email/anonymous_participation_confirmation.html.eex
@@ -1,81 +1,81 @@
-
-
-
-
-
-
-
- <%= gettext "Participation confirmation" %>
-
- |
-
-
-
+ |
+
+
+
+
+
+
+ <%= gettext "Confirm your e-mail" %>
+
|
-
-
-
-
-
-
-
-
-
-
- <%= gettext "You requested to participate in event %{title}", title: @participant.event.title %>
-
- |
-
-
-
-
- <%= gettext "If you didn't request this email, you can simply ignore it." %>
-
- |
-
-
-
-
-
- |
-
-
-
-
- <%= gettext "If you need to cancel your participation, just access the event page through link above and click on the participation button." %>
-
- |
-
-
-
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+ <%= gettext "Hi there! You just registered to join this event: « %{title} ». Please confirm the e-mail address you provided:", title: @participant.event.title %>
+
|
-
\ No newline at end of file
+
+
+
+
+ <%= gettext "If you wish to cancel your attendance, visit the event page through the link above and click the « I'm attending » button." %>
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+ <%= gettext "If you didn't trigger this alert, you may safely ignore it." %>
+
+ |
+
+
+
+ |
+
diff --git a/lib/web/templates/email/anonymous_participation_confirmation.text.eex b/lib/web/templates/email/anonymous_participation_confirmation.text.eex
index b53b5798a..451e08a95 100644
--- a/lib/web/templates/email/anonymous_participation_confirmation.text.eex
+++ b/lib/web/templates/email/anonymous_participation_confirmation.text.eex
@@ -1,11 +1,11 @@
-<%= gettext "Participation confirmation" %>
+<%= gettext "Confirm your e-mail" %>
==
-<%= gettext "You requested to participate in event %{title}.", title: @participant.event.title %>
+<%= gettext "Hi there! You just registered to join this event: « %{title} ». Please confirm the e-mail address you provided:", title: @participant.event.title %>
<%= gettext "If you didn't request this email, you can simply ignore it." %>
<%= participation_email_confirmation_url(Mobilizon.Web.Endpoint, :index, @participant.metadata.confirmation_token) %>
-<%= gettext "If you need to cancel your participation, just access the previous link and click on the participation button." %>
+<%= gettext "If you wish to cancel your attendance, visit the event page through the link above and click the « I'm attending » button." %>
diff --git a/lib/web/templates/email/before_event_notification.html.eex b/lib/web/templates/email/before_event_notification.html.eex
index 579834569..1445cfbad 100644
--- a/lib/web/templates/email/before_event_notification.html.eex
+++ b/lib/web/templates/email/before_event_notification.html.eex
@@ -1,6 +1,6 @@
-
+ |
-
-<%= @subject %>
-
-
-
-
-
-
-
-
-
-
-
+ |
+
+
-
-
- |
-
- <%= @inner_content %>
- <% if Mobilizon.Config.instance_demo_mode?() do %>
-
-
-
-
-
-
-
-
-
- <%= gettext "Warning" %>
-
- <%= gettext "This is a demonstration site to test the beta version of Mobilizon." %>
- <%= gettext("%{b_start}Please do not use it in any real way%{b_end}", b_start: "", b_end: "") |> raw() %>
-
- <%= gettext("Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the fall of 2020%{b_end}.", b_start: "", b_end: "") |> raw() %>
- <%= gettext("In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}.", a_start: "", a_end: "") |> raw() %>
-
- |
-
-
-
- |
-
- <% end %>
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
- <%= gettext "%{instance} is a Mobilizon server.", instance: @instance[:name] %>
- <%= gettext "Learn more about Mobilizon." %>
+ |
+
+
+
+ |
+
+ <%= @inner_content %>
+ <%= if Mobilizon.Config.instance_demo_mode?() do %>
+
+
+
+
+
+
+
+
+
+ <%= gettext "Warning" %>
+
+
+ <%= gettext "This is a demonstration site to test the beta version of Mobilizon." %>
+ <%= gettext("%{b_start}Please do not use it for real purposes.%{b_end}", b_start: "", b_end: "") |> raw() %>
+
+ <%= gettext("Mobilizon is still under development, we will add new features along the updates, until the release of %{b_start}version 1 of the software in the fall of 2020%{b_end}.", b_start: "", b_end: "") |> raw() %>
+ <%= gettext("In the meantime, please consider this the software as not (yet) finished. Read more %{a_start}on the Framasoft blog%{a_end}.", a_start: "", a_end: "") |> raw() %>
|
+ |
+
+ <% end %>
+
+
+
+
+
+
|
-
-
-
-
+ |
+
+
+
+
+
+
+ |
+
+
+
|