From 89289f2c3afbbcb374cd3d473389cd30de4040a8 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Tue, 27 Dec 2022 22:39:11 -0500 Subject: [PATCH] wording --- src/BirdsiteLive.Domain/UserService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BirdsiteLive.Domain/UserService.cs b/src/BirdsiteLive.Domain/UserService.cs index 7f4c55e..6f88543 100644 --- a/src/BirdsiteLive.Domain/UserService.cs +++ b/src/BirdsiteLive.Domain/UserService.cs @@ -88,7 +88,7 @@ namespace BirdsiteLive.Domain preferredUsername = acct, name = twitterUser.Name, inbox = $"{actorUrl}/inbox", - summary = "[THIS IS A TWITTER MIRRORED ACCOUNT]

" + description, + summary = "[UNOFFICIAL MIRROR: This is a view of Twitter using ActivityPub]

" + description, url = actorUrl, manuallyApprovesFollowers = twitterUser.Protected, discoverable = false, @@ -125,7 +125,7 @@ namespace BirdsiteLive.Domain new UserAttachment { type = "PropertyValue", - name = "Take control of the account", + name = "Take control of this account", value = $"MANAGE" } },