Slightly better formatting

This commit is contained in:
Mark Felder 2021-02-05 09:13:53 -06:00
parent 5df9f68392
commit 0368419fce
1 changed files with 1 additions and 1 deletions

View 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>
"""