forked from potsda.mn/mobilizon
6e5061250c
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 lines
583 B
Elixir
5 lines
583 B
Elixir
<%= gettext "An administrator manually changed the email attached to your account" %>
|
|
==
|
|
<%= gettext "Hi there! We just wanted to inform you that an administrator from %{instance} just manually changed your account email from %{old_email} (this one) to %{new_email}.", %{instance: @instance_name, old_email: @old_email, new_email: @new_email} %>
|
|
<%= gettext "If something doesn't feel right to you, please contact the instance administrator through the contact methods on the instance's about page: %{about_page}.", %{about_page: "#{Mobilizon.Web.Endpoint.url()}/about/instance"} %>
|