diff --git a/lib/pleroma/web/activity_pub/views/user_view.ex b/lib/pleroma/web/activity_pub/views/user_view.ex index 925e1fe84..df3abee0e 100644 --- a/lib/pleroma/web/activity_pub/views/user_view.ex +++ b/lib/pleroma/web/activity_pub/views/user_view.ex @@ -43,7 +43,7 @@ def render("service.json", %{user: user}) do "outbox" => "#{user.ap_id}/outbox", "name" => "Pleroma", "summary" => - "An internal service actor for this Pleroma instance. No user-serviceable parts inside.", + "An internal service actor for this Akkoma instance. No user-serviceable parts inside.", "url" => user.ap_id, "manuallyApprovesFollowers" => false, "publicKey" => %{