From 930a3c2c50df8f3e5d232ded892b3a4ae9d2bdc4 Mon Sep 17 00:00:00 2001 From: Oneric Date: Fri, 22 Nov 2024 22:34:41 +0100 Subject: [PATCH] cosmetic: adapt software name in internal actor descriptions --- lib/pleroma/web/activity_pub/views/user_view.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" => %{