Update templates/settings.php

Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
Matthias Pfefferle 2024-10-08 11:20:32 +02:00 committed by GitHub
parent dbb2db766b
commit a869e92d54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@
<p>
<label>
<input type="radio" name="activitypub_actor_mode" id="activitypub_actor_mode" value="2" <?php echo \checked( '2', \get_option( 'activitypub_actor_mode', '1' ) ); ?> />
<strong><?php \esc_html_e( 'Only Blog-Profile', 'activitypub' ); ?></strong>
<strong><?php \esc_html_e( 'Blog Profile Only', 'activitypub' ); ?></strong>
</label>
</p>
<p class="description">