From: Mark Felder Date: Thu, 4 Feb 2021 21:10:43 +0000 (-0600) Subject: Improve confirmation email language X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=2956c21a55518f5f6f6648cc2d25f2b2114dc20f;p=akkoma Improve confirmation email language --- diff --git a/lib/pleroma/emails/user_email.ex b/lib/pleroma/emails/user_email.ex index dbd89f1c7..0c00069e2 100644 --- a/lib/pleroma/emails/user_email.ex +++ b/lib/pleroma/emails/user_email.ex @@ -81,9 +81,9 @@ defmodule Pleroma.Emails.UserEmail do ) html_body = """ -

Welcome to #{instance_name()}!

+

Thank you for registering on #{instance_name()}

Email confirmation is required to activate the account.

-

Click the following link to proceed: activate your account.

+

Please click the following link to activate your account.

""" new()