From 6042b7bd44cf8581bcdf34a259aa6e5e83f1bee9 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 6 Dec 2022 17:38:32 +0100 Subject: [PATCH] add missing namespace --- includes/class-health-check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-health-check.php b/includes/class-health-check.php index 0eb5a25..26bc808 100644 --- a/includes/class-health-check.php +++ b/includes/class-health-check.php @@ -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' ),