Fix typo
This commit is contained in:
parent
a61f1168c3
commit
a0c48f3a48
1 changed files with 3 additions and 3 deletions
|
@ -496,9 +496,9 @@ class Friends_Feed_Parser_ActivityPub extends \Friends\Feed_Parser {
|
|||
</div>
|
||||
</fieldset>
|
||||
<p class="description">
|
||||
<?php
|
||||
esc_html_e( 'If an incoming post from ActivityPub starts with an @mention of someone else, it will be not be hidden automatically.', 'activitypub' );
|
||||
?>
|
||||
<?php
|
||||
esc_html_e( "If an incoming post from ActivityPub starts with an @mention of someone else you don't follow, it won't be hidden automatically.", 'activitypub' );
|
||||
?>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue