better wording
This commit is contained in:
parent
bb9f9d5776
commit
13ea3f09dd
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Health_Check {
|
||||||
'label' => __( 'ActivityPub' ),
|
'label' => __( 'ActivityPub' ),
|
||||||
'fields' => array(
|
'fields' => array(
|
||||||
'webfinger' => array(
|
'webfinger' => array(
|
||||||
'label' => __( 'WebFinger', 'activitypub' ),
|
'label' => __( 'WebFinger Resource', 'activitypub' ),
|
||||||
'value' => \Activitypub\Webfinger::get_user_resource( wp_get_current_user()->ID ),
|
'value' => \Activitypub\Webfinger::get_user_resource( wp_get_current_user()->ID ),
|
||||||
'private' => true,
|
'private' => true,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue