projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af37a5c
)
Improve confirmation email language
author
Mark Felder
<feld@feld.me>
Thu, 4 Feb 2021 21:10:43 +0000
(15:10 -0600)
committer
Mark Felder
<feld@feld.me>
Thu, 4 Feb 2021 21:10:43 +0000
(15:10 -0600)
lib/pleroma/emails/user_email.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/emails/user_email.ex
b/lib/pleroma/emails/user_email.ex
index dbd89f1c7d3feec5a0ebc73784a7a0b4df7b7a0f..0c00069e20f3d70ec43821ec93c808d9b76e0193 100644
(file)
--- 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 = """
- <h3>
Welcome to #{instance_name()}!
</h3>
+ <h3>
Thank you for registering on #{instance_name()}
</h3>
<p>Email confirmation is required to activate the account.</p>
- <p>
Click the following link to proceed:
<a href="#{confirmation_url}">activate your account</a>.</p>
+ <p>
Please click the following link to
<a href="#{confirmation_url}">activate your account</a>.</p>
"""
new()