Do not try to follow local users. Their posts are already available locally on the...
[akkoma] / lib / pleroma / emails / user_email.ex
index a5233f373104015e49b8c0bb333cd578e5327258..52f3d419d7bc0715d97ea8ea1aacd9cda3d81056 100644 (file)
@@ -108,7 +108,7 @@ defmodule Pleroma.Emails.UserEmail do
 
   def successful_registration_email(user) do
     html_body = """
-    <h3>Hello @#{user.nickname}</h3>
+    <h3>Hello @#{user.nickname},</h3>
     <p>Your account at #{instance_name()} has been registered successfully.</p>
     <p>No further action is required to activate your account.</p>
     """