Merge branch 'improve/actor-mode' of https://github.com/Automattic/wordpress-activitypub into improve/actor-mode

This commit is contained in:
Matthias Pfefferle 2024-10-08 15:05:25 +02:00
commit 118cb86a06

View file

@ -43,7 +43,7 @@
</label>
</p>
<p class="description">
<?php \esc_html_e( 'Your blog becomes an ActivityPub profile and every post will be published under this profile instead of the author profile.', 'activitypub' ); ?>
<?php \esc_html_e( 'Your blog becomes a single ActivityPub profile and every post will be published under this profile instead of the individual author profiles.', 'activitypub' ); ?>
</p>
<p>
<label>
@ -52,7 +52,7 @@
</label>
</p>
<p class="description">
<?php \esc_html_e( 'A combination of both modes above. New posts will be published under the author profile and boosted by the blog, so that it is possible to follow single authors and/or the whole blog.', 'activitypub' ); ?>
<?php \esc_html_e( "This option combines the previous two modes. New posts will be published under the individual author's profile and will also be boosted by the blog profile, allowing to follow both specific authors or the entire blog.", 'activitypub' ); ?>
</p>
</td>
</tr>