forked from YokaiRick/akkoma
Merge pull request 'Changed references of "Pleroma" to "Akkoma" in email text' (#428) from knova/akkoma:develop into develop
Reviewed-on: AkkomaGang/akkoma#428
This commit is contained in:
commit
357f80a714
1 changed files with 3 additions and 3 deletions
|
@ -121,7 +121,7 @@ def user_invitation_email(
|
||||||
"user invitation email body",
|
"user invitation email body",
|
||||||
"""
|
"""
|
||||||
<h3>You are invited to %{instance_name}</h3>
|
<h3>You are invited to %{instance_name}</h3>
|
||||||
<p>%{inviter_name} invites you to join %{instance_name}, an instance of Pleroma federated social networking platform.</p>
|
<p>%{inviter_name} invites you to join %{instance_name}, an instance of Akkoma federated social networking platform.</p>
|
||||||
<p>Click the following link to register: <a href="%{registration_url}">accept invitation</a>.</p>
|
<p>Click the following link to register: <a href="%{registration_url}">accept invitation</a>.</p>
|
||||||
""",
|
""",
|
||||||
instance_name: instance_name(),
|
instance_name: instance_name(),
|
||||||
|
@ -357,7 +357,7 @@ def backup_is_ready_email(backup, admin_user_id \\ nil) do
|
||||||
"static_pages",
|
"static_pages",
|
||||||
"account archive email body - self-requested",
|
"account archive email body - self-requested",
|
||||||
"""
|
"""
|
||||||
<p>You requested a full backup of your Pleroma account. It's ready for download:</p>
|
<p>You requested a full backup of your Akkoma account. It's ready for download:</p>
|
||||||
<p><a href="%{download_url}">%{download_url}</a></p>
|
<p><a href="%{download_url}">%{download_url}</a></p>
|
||||||
""",
|
""",
|
||||||
download_url: download_url
|
download_url: download_url
|
||||||
|
@ -369,7 +369,7 @@ def backup_is_ready_email(backup, admin_user_id \\ nil) do
|
||||||
"static_pages",
|
"static_pages",
|
||||||
"account archive email body - admin requested",
|
"account archive email body - admin requested",
|
||||||
"""
|
"""
|
||||||
<p>Admin @%{admin_nickname} requested a full backup of your Pleroma account. It's ready for download:</p>
|
<p>Admin @%{admin_nickname} requested a full backup of your Akkoma account. It's ready for download:</p>
|
||||||
<p><a href="%{download_url}">%{download_url}</a></p>
|
<p><a href="%{download_url}">%{download_url}</a></p>
|
||||||
""",
|
""",
|
||||||
admin_nickname: admin.nickname,
|
admin_nickname: admin.nickname,
|
||||||
|
|
Loading…
Reference in a new issue