X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Femails%2Fuser_email.ex;h=1588c099c0a6dc017bb5f74fa9fccfc52c48e3f7;hb=a079ec3a3cdfd42d2cbd51c7698c2c87828e5778;hp=24adfabd717c885368c18ee733a2a42e1721e32b;hpb=40bec73db6479850cb8b231dabc2123a93623307;p=akkoma diff --git a/lib/pleroma/emails/user_email.ex b/lib/pleroma/emails/user_email.ex index 24adfabd7..1588c099c 100644 --- a/lib/pleroma/emails/user_email.ex +++ b/lib/pleroma/emails/user_email.ex @@ -121,7 +121,7 @@ defmodule Pleroma.Emails.UserEmail do "user invitation email body", """

You are invited to %{instance_name}

-

%{inviter_name} invites you to join %{instance_name}, an instance of Pleroma federated social networking platform.

+

%{inviter_name} invites you to join %{instance_name}, an instance of Akkoma federated social networking platform.

Click the following link to register: accept invitation.

""", instance_name: instance_name(), @@ -357,7 +357,7 @@ defmodule Pleroma.Emails.UserEmail do "static_pages", "account archive email body - self-requested", """ -

You requested a full backup of your Pleroma account. It's ready for download:

+

You requested a full backup of your Akkoma account. It's ready for download:

%{download_url}

""", download_url: download_url @@ -369,7 +369,7 @@ defmodule Pleroma.Emails.UserEmail do "static_pages", "account archive email body - admin requested", """ -

Admin @%{admin_nickname} requested a full backup of your Pleroma account. It's ready for download:

+

Admin @%{admin_nickname} requested a full backup of your Akkoma account. It's ready for download:

%{download_url}

""", admin_nickname: admin.nickname,