Slightly better formatting
[akkoma] / lib / pleroma / emails / user_email.ex
index 74e3e6f410b9f7cf6b924e2b321d1f82f657eb5e..e5a6feed91175ae58346f2c049000ff9fe3cadf5 100644 (file)
@@ -113,7 +113,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>
     """