Skip to content

Commit 156d0fb

Browse files
committed
Improve IFTAS DNI list description
Replace "A curated list of the worst actors on the fediverse" with clearer wording that describes what to do with the list rather than characterizing the actors. Links IFTAS to their website. Follow-up to #2590.
1 parent de0b8af commit 156d0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wp-admin/class-settings-fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public static function render_blocklist_subscriptions_field() {
599599
<button type="button" class="button add-blocklist-subscription-btn" data-url="<?php echo \esc_attr( Blocklist_Subscriptions::IFTAS_DNI_URL ); ?>">
600600
<?php \esc_html_e( 'Subscribe to IFTAS DNI List', 'activitypub' ); ?>
601601
</button>
602-
<?php \esc_html_e( 'A curated list of the worst actors on the fediverse.', 'activitypub' ); ?>
602+
<?php echo \wp_kses_post( \__( 'Domains <a href="https://about.iftas.org/" target="_blank" rel="noopener">IFTAS</a> recommends not federating with.', 'activitypub' ) ); ?>
603603
</p>
604604
<?php endif; ?>
605605
</div>

0 commit comments

Comments
 (0)