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>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<p class="description">
|
<p class="description">
|
||||||
<?php
|
<?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' );
|
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>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue