mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
wording
This commit is contained in:
@@ -88,7 +88,7 @@ namespace BirdsiteLive.Domain
|
|||||||
preferredUsername = acct,
|
preferredUsername = acct,
|
||||||
name = twitterUser.Name,
|
name = twitterUser.Name,
|
||||||
inbox = $"{actorUrl}/inbox",
|
inbox = $"{actorUrl}/inbox",
|
||||||
summary = "[THIS IS A TWITTER MIRRORED ACCOUNT]<br/><br/>" + description,
|
summary = "[UNOFFICIAL MIRROR: This is a view of Twitter using ActivityPub]<br/><br/>" + description,
|
||||||
url = actorUrl,
|
url = actorUrl,
|
||||||
manuallyApprovesFollowers = twitterUser.Protected,
|
manuallyApprovesFollowers = twitterUser.Protected,
|
||||||
discoverable = false,
|
discoverable = false,
|
||||||
@@ -125,7 +125,7 @@ namespace BirdsiteLive.Domain
|
|||||||
new UserAttachment
|
new UserAttachment
|
||||||
{
|
{
|
||||||
type = "PropertyValue",
|
type = "PropertyValue",
|
||||||
name = "Take control of the account",
|
name = "Take control of this account",
|
||||||
value = $"<a href=\"https://{_instanceSettings.Domain}/migration/move/{acct}\" rel=\"me nofollow noopener noreferrer\" target=\"_blank\">MANAGE</a>"
|
value = $"<a href=\"https://{_instanceSettings.Domain}/migration/move/{acct}\" rel=\"me nofollow noopener noreferrer\" target=\"_blank\">MANAGE</a>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user