Skip to content

Commit 930db56

Browse files
authored
Settings: Clarify settings text (#1042)
Fixes #998.
1 parent 6c18433 commit 930db56

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Improved
1111

1212
* Added screen reader text to the "Follow Me" block for improved accessibility
13+
* Clarified settings page text around which users get Activitypub profiles
1314

1415
### Fixed
1516

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ For reasons of data protection, it is not possible to see the followers of other
135135
= Unreleased =
136136

137137
* Added: Screen reader text for the "Follow Me" block for improved accessibility
138+
* Improved: Clarified settings page text around which users get Activitypub profiles
138139
* Fixed: Prevent hex color codes in HTML attributes from being added as post tags
139140
* Fixed: A typo in the custom post content settings
140141

templates/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</label>
3535
</p>
3636
<p class="description">
37-
<?php echo \wp_kses( \__( 'Every author on this blog (with the <code>activitypub</code> capability) gets their own ActivityPub profile.', 'activitypub' ), array( 'code' => array() ) ); ?>
37+
<?php echo \wp_kses( \__( 'Every user with an account on this blog and the <code>activitypub</code> capability enabled gets their own ActivityPub profile.', 'activitypub' ), array( 'code' => array() ) ); ?>
3838
<?php // translators: %s is a URL. ?>
3939
<strong><?php echo \wp_kses( sprintf( \__( 'You can add/remove the capability in the <a href="%s">user settings.</a>', 'activitypub' ), admin_url( '/users.php' ) ), array( 'a' => array( 'href' => array() ) ) ); ?></strong>
4040
<?php echo \wp_kses( \__( 'Select all the users you want to update, choose the method from the drop-down list and click on the "Apply" button.', 'activitypub' ), array( 'code' => array() ) ); ?>

0 commit comments

Comments
 (0)