From: knova <keith@novakeith.net> Date: Sun, 8 Jan 2023 03:29:09 +0000 (+0000) Subject: Changed references of "Pleroma" to "Akkoma" in email text X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=13d943667ee5c931772af2bbbe5642d91a882881;p=akkoma Changed references of "Pleroma" to "Akkoma" in email text I know this is probably small peanuts in the grand scheme of things, but it bugged me when I was messing around with my own Akkoma instance. --- diff --git a/lib/pleroma/emails/user_email.ex b/lib/pleroma/emails/user_email.ex index 24adfabd7..1588c099c 100644 --- a/lib/pleroma/emails/user_email.ex +++ b/lib/pleroma/emails/user_email.ex @@ -121,7 +121,7 @@ defmodule Pleroma.Emails.UserEmail do "user invitation email body", """ <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> """, instance_name: instance_name(), @@ -357,7 +357,7 @@ defmodule Pleroma.Emails.UserEmail do "static_pages", "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> """, download_url: download_url @@ -369,7 +369,7 @@ defmodule Pleroma.Emails.UserEmail do "static_pages", "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> """, admin_nickname: admin.nickname,