Skip to content

Commit 6042b7b

Browse files
committed
add missing namespace
1 parent 999ca96 commit 6042b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-health-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public static function get_author_posts_url( $author_id, $author_nicename = '' )
276276
*/
277277
public static function debug_information( $info ) {
278278
$info['activitypub'] = array(
279-
'label' => __( 'ActivityPub' ),
279+
'label' => __( 'ActivityPub', 'activitypub' ),
280280
'fields' => array(
281281
'webfinger' => array(
282282
'label' => __( 'WebFinger Resource', 'activitypub' ),

0 commit comments

Comments
 (0)