add missing namespace

This commit is contained in:
Matthias Pfefferle 2022-12-06 17:38:32 +01:00
parent 999ca96692
commit 6042b7bd44

View file

@ -276,7 +276,7 @@ class Health_Check {
*/
public static function debug_information( $info ) {
$info['activitypub'] = array(
'label' => __( 'ActivityPub' ),
'label' => __( 'ActivityPub', 'activitypub' ),
'fields' => array(
'webfinger' => array(
'label' => __( 'WebFinger Resource', 'activitypub' ),