From 13ea3f09dd43d3bb4200adb695135be80ef187b3 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 6 Dec 2022 17:20:01 +0100 Subject: [PATCH] better wording --- 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 b49cb5b..0eb5a25 100644 --- a/includes/class-health-check.php +++ b/includes/class-health-check.php @@ -279,7 +279,7 @@ class Health_Check { 'label' => __( 'ActivityPub' ), 'fields' => array( 'webfinger' => array( - 'label' => __( 'WebFinger', 'activitypub' ), + 'label' => __( 'WebFinger Resource', 'activitypub' ), 'value' => \Activitypub\Webfinger::get_user_resource( wp_get_current_user()->ID ), 'private' => true, ),